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