nvim-config/lua/plugins/util.lua
2023-10-21 20:30:09 +02:00

4 lines
121 B
Lua

return {
{ 'windwp/nvim-autopairs', event = "InsertEnter", opts = {} },
-- { 'nvim-ts-autotag', opts = {} },
}