feat: Configure ts-autotag
This commit is contained in:
parent
685d4df3cc
commit
b758d21d0a
1 changed files with 8 additions and 0 deletions
8
lua/plugins/nvim-ts-autotag.lua
Normal file
8
lua/plugins/nvim-ts-autotag.lua
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
'windwp/nvim-ts-autotag',
|
||||||
|
opts = {
|
||||||
|
enable_close_on_slash = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue