kickstart.nvim/lua/custom/plugins/autobrackets.lua
2025-03-09 12:31:22 -04:00

5 lines
52 B
Lua

return {
'windwp/nvim-ts-autotag',
opts = {},
}