Compare commits
2 commits
86f37208ba
...
d7c43ebf4c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7c43ebf4c | ||
|
|
4e817e7955 |
1 changed files with 2 additions and 1 deletions
3
init.lua
3
init.lua
|
|
@ -399,7 +399,7 @@ require('lazy').setup({
|
|||
highlight = { enable = true, disable = {'rust', 'bash'} },
|
||||
incremental_selection = { enable = true },
|
||||
}, config = function(_, opts)
|
||||
require'nvim-treesitter.configs'.setup(opts)
|
||||
require'nvim-treesitter'.setup(opts)
|
||||
end},
|
||||
'windwp/nvim-ts-autotag',
|
||||
{'kevinhwang91/nvim-ufo', dependencies = 'kevinhwang91/promise-async', config = function()
|
||||
|
|
@ -453,6 +453,7 @@ require('lazy').setup({
|
|||
'jsonls',
|
||||
'lemminx',
|
||||
'lua_ls',
|
||||
'nixd',
|
||||
'ruff',
|
||||
'ty',
|
||||
'vimls',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue