Files
dotfiles/nvim/lua/plugins/autopairs.lua
FaultyBranches 257dabd9bd fix: Large cleanup of formatting in plugins, re-enabling of gdb in DAP,
removing large portions of the render-markdown plugin settings as they
are just the defaults
2026-03-31 12:57:03 -05:00

7 lines
114 B
Lua

return {
'windwp/nvim-autopairs',
config = function()
require('nvim-autopairs').setup()
end
}