mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
7 lines
123 B
Lua
7 lines
123 B
Lua
return {
|
|
"windwp/nvim-ts-autotag",
|
|
lazy = false,
|
|
config = function()
|
|
require("nvim-ts-autotag").setup()
|
|
end,
|
|
}
|