mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
this fix #6155
This commit is contained in:
parent
25abbf546d
commit
7c48af1fca
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ return {
|
|||
},
|
||||
formatters = {
|
||||
csharpier = {
|
||||
command = "dotnet-csharpier",
|
||||
args = { "--write-stdout" },
|
||||
command = "csharpier",
|
||||
args = { "format", "--write-stdout" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue