mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(extra/omnisharp) csharpier formatter
this uses the default comform.nvim config
This commit is contained in:
parent
7c48af1fca
commit
da0f880cc5
1 changed files with 0 additions and 6 deletions
|
|
@ -27,12 +27,6 @@ return {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
cs = { "csharpier" },
|
cs = { "csharpier" },
|
||||||
},
|
},
|
||||||
formatters = {
|
|
||||||
csharpier = {
|
|
||||||
command = "csharpier",
|
|
||||||
args = { "format", "--write-stdout" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue