Skip to content

Commit 07517c8

Browse files
authored
chore(test): testing new csharpier command (#275)
1 parent f2c4f66 commit 07517c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/null-ls/builtins/formatting/csharpier.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ return h.make_builtin({
1212
method = FORMATTING,
1313
filetypes = { "cs" },
1414
generator_opts = {
15-
command = "dotnet-csharpier",
15+
command = "csharpier",
1616
args = {
17+
"format",
1718
"--write-stdout",
1819
},
1920
to_stdin = true,

0 commit comments

Comments
 (0)