add tabset, remove tabchar from listchars, start building DAP for Godot
parent
e046a8d984
commit
3c78320142
@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
'FotiadisM/tabset.nvim',
|
||||||
|
config = function()
|
||||||
|
require('tabset').setup {
|
||||||
|
defaults = {
|
||||||
|
tabwidth = 4,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in New Issue