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