mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: Added autotag
This commit is contained in:
parent
2275ddc34b
commit
01b4ba34a4
1 changed files with 7 additions and 0 deletions
7
lua/plugins/autotag.lua
Normal file
7
lua/plugins/autotag.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
return {
|
||||||
|
"windwp/nvim-ts-autotag",
|
||||||
|
lazy = false,
|
||||||
|
config = function()
|
||||||
|
require("nvim-ts-autotag").setup()
|
||||||
|
end,
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue