Fixed treesitter tag autoclose (#3)

This commit is contained in:
Dreaded_X 2025-05-27 16:47:51 +02:00
parent d7937a765c
commit baf5c69e15
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -4,7 +4,7 @@ return {
"nvim-treesitter/nvim-treesitter",
dependencies = {
{ "nvim-treesitter/nvim-treesitter-textobjects", branch = "master" },
"windwp/nvim-ts-autotag",
{ "windwp/nvim-ts-autotag", opts = {} },
},
lazy = false,
branch = "master",
@ -71,9 +71,6 @@ return {
},
},
},
autotag = {
enable = true,
},
},
},
}