1
0
Fork 0

neovim: windwp/nvim-ts-autotag

This commit is contained in:
Jeremy Kaplan 2023-11-06 18:34:52 -08:00
commit 683d1df988
2 changed files with 10 additions and 0 deletions

View file

@ -136,6 +136,15 @@ return {
"nvim-treesitter/nvim-treesitter",
},
},
{
"windwp/nvim-ts-autotag",
config = {
autotag = {
enabled = true,
enable_close_on_slash = false,
},
},
},
-- Telescope
{