feat(treesitter): install nvim-ts-autotag by default
This commit is contained in:
@ -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