neovim: windwp/nvim-ts-autotag
This commit is contained in:
parent
64625eeba2
commit
683d1df988
2 changed files with 10 additions and 0 deletions
|
|
@ -136,6 +136,15 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
},
|
||||
{
|
||||
"windwp/nvim-ts-autotag",
|
||||
config = {
|
||||
autotag = {
|
||||
enabled = true,
|
||||
enable_close_on_slash = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- Telescope
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue