fix(extra/omnisharp) csharpier formatter

this uses the default comform.nvim config
This commit is contained in:
CaueAnjos 2025-06-06 17:38:40 -03:00
parent 7c48af1fca
commit da0f880cc5

View file

@ -27,12 +27,6 @@ return {
formatters_by_ft = {
cs = { "csharpier" },
},
formatters = {
csharpier = {
command = "csharpier",
args = { "format", "--write-stdout" },
},
},
},
},
{