kickstart.nvim/lua/custom/plugins/autobrackets.lua

5 lines
52 B
Lua
Raw Normal View History

2023-12-17 18:24:28 -05:00
return {
'windwp/nvim-ts-autotag',
2025-03-09 12:31:22 -04:00
opts = {},
2023-12-17 18:24:28 -05:00
}