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
This commit is contained in:
2026-03-31 12:57:03 -05:00
parent 0fd6336d5a
commit 257dabd9bd
10 changed files with 45 additions and 149 deletions

View File

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