feat(treesitter): install nvim-ts-autotag by default

This commit is contained in:
Folke Lemaitre committed 2023-10-11 22:39:24 +02:00
1 parent 13366c6488
commit 20d36ccd84
1 file changed
+6
+6
View File
@@ -103,4 +103,10 @@ return {
require("nvim-treesitter.configs").setup(opts)
end,
},
-- Automatically add closing tags for HTML and JSX
{
"windwp/nvim-ts-autotag",
event = "InsertEnter",
opts = {},
},
}