forgot another one
This commit is contained in:
@ -10,7 +10,7 @@ end
|
|||||||
return { 'nvim-treesitter/nvim-treesitter',
|
return { 'nvim-treesitter/nvim-treesitter',
|
||||||
disable = vim.version.lt(vim.version(), { 0, 9, 2 }),
|
disable = vim.version.lt(vim.version(), { 0, 9, 2 }),
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd("TSUpdate")
|
vim.cmd.TSUpdate()
|
||||||
end,
|
end,
|
||||||
function()
|
function()
|
||||||
require('nvim-treesitter.configs').setup {
|
require('nvim-treesitter.configs').setup {
|
||||||
|
Reference in New Issue
Block a user