Files
nvim/lua/plugins/autotag.lua
2024-08-21 22:20:18 +02:00

6 lines
69 B
Lua

return {
'windwp/nvim-ts-autotag',
lazy = false,
config = true,
}