Compare commits
No commits in common. "d7c43ebf4c75c75c6de5bd9eb711133e6d81e588" and "86f37208ba4769a265e079388aa0189369502baa" have entirely different histories.
d7c43ebf4c
...
86f37208ba
1 changed files with 1 additions and 2 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'.setup(opts)
|
||||
require'nvim-treesitter.configs'.setup(opts)
|
||||
end},
|
||||
'windwp/nvim-ts-autotag',
|
||||
{'kevinhwang91/nvim-ufo', dependencies = 'kevinhwang91/promise-async', config = function()
|
||||
|
|
@ -453,7 +453,6 @@ require('lazy').setup({
|
|||
'jsonls',
|
||||
'lemminx',
|
||||
'lua_ls',
|
||||
'nixd',
|
||||
'ruff',
|
||||
'ty',
|
||||
'vimls',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue