Fix nvim-treesitter setup
This commit is contained in:
parent
4e817e7955
commit
d7c43ebf4c
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -399,7 +399,7 @@ require('lazy').setup({
|
||||||
highlight = { enable = true, disable = {'rust', 'bash'} },
|
highlight = { enable = true, disable = {'rust', 'bash'} },
|
||||||
incremental_selection = { enable = true },
|
incremental_selection = { enable = true },
|
||||||
}, config = function(_, opts)
|
}, config = function(_, opts)
|
||||||
require'nvim-treesitter.configs'.setup(opts)
|
require'nvim-treesitter'.setup(opts)
|
||||||
end},
|
end},
|
||||||
'windwp/nvim-ts-autotag',
|
'windwp/nvim-ts-autotag',
|
||||||
{'kevinhwang91/nvim-ufo', dependencies = 'kevinhwang91/promise-async', config = function()
|
{'kevinhwang91/nvim-ufo', dependencies = 'kevinhwang91/promise-async', config = function()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue