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'} },
|
highlight = { enable = true, disable = {'rust', 'bash'} },
|
||||||
incremental_selection = { enable = true },
|
incremental_selection = { enable = true },
|
||||||
}, config = function(_, opts)
|
}, config = function(_, opts)
|
||||||
require'nvim-treesitter'.setup(opts)
|
require'nvim-treesitter.configs'.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()
|
||||||
|
|
@ -453,7 +453,6 @@ require('lazy').setup({
|
||||||
'jsonls',
|
'jsonls',
|
||||||
'lemminx',
|
'lemminx',
|
||||||
'lua_ls',
|
'lua_ls',
|
||||||
'nixd',
|
|
||||||
'ruff',
|
'ruff',
|
||||||
'ty',
|
'ty',
|
||||||
'vimls',
|
'vimls',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue