forgot another one
This commit is contained in:
parent
fcd03a342b
commit
a3bb925ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ end
|
|||
return { 'nvim-treesitter/nvim-treesitter',
|
||||
disable = vim.version.lt(vim.version(), { 0, 9, 2 }),
|
||||
config = function()
|
||||
vim.cmd("TSUpdate")
|
||||
vim.cmd.TSUpdate()
|
||||
end,
|
||||
function()
|
||||
require('nvim-treesitter.configs').setup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue