dap arghhh cmp

This commit is contained in:
Christian Nieves
2023-11-26 12:57:56 -06:00
parent dc0eb7d2ad
commit f054ccd98c
13 changed files with 140 additions and 52 deletions

View File

@ -56,6 +56,16 @@ return {
require("formatter.filetypes.cs").clangformat,
-- require("formatter.filetypes.cs").dotnetformat,
},
gdscript = {
function()
return {
exe = "gdformat",
args = {
"-l 100",
},
}
end,
},
xml = {
function()
return {