feat(nvim): add autotag closing for treesitter
This commit is contained in:
parent
b033ab53ab
commit
168b42992c
@ -92,11 +92,11 @@ lazy.setup({
|
|||||||
dependencies = {
|
dependencies = {
|
||||||
{ url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2.git" },
|
{ url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2.git" },
|
||||||
"nvim-treesitter/nvim-treesitter-context",
|
"nvim-treesitter/nvim-treesitter-context",
|
||||||
|
"windwp/nvim-ts-autotag",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
require("plugins.configs.treesitter")
|
require("plugins.configs.treesitter")
|
||||||
end,
|
end,
|
||||||
-- before = "folke/noice.nvim",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user