feat(treesitter): install nvim-ts-autotag by default
This commit is contained in:
1 parent
d8250910bd
commit
cb7f5aca7a
1 file changed
+6
@@ -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 = {},
|
||||
},
|
||||
}
|
||||
Reference in new issue
Block a user