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

This commit is contained in:
Folke Lemaitre committed 2023-10-12 11:48:02 +02:00
1 parent d8250910bd
commit cb7f5aca7a
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 = {},
},
}