add tabset, remove tabchar from listchars, start building DAP for Godot

This commit is contained in:
Eric Olerud 2024-04-18 22:03:56 -04:00
parent e046a8d984
commit 3c78320142
2 changed files with 34 additions and 1 deletions

View file

@ -0,0 +1,10 @@
return {
'FotiadisM/tabset.nvim',
config = function()
require('tabset').setup {
defaults = {
tabwidth = 4,
},
}
end,
}