mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-27 22:24:50 +02: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 = {
|
||||
cs = { "csharpier" },
|
||||
},
|
||||
formatters = {
|
||||
csharpier = {
|
||||
command = "csharpier",
|
||||
args = { "format", "--write-stdout" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue