mirror of https://github.com/LazyVim/starter
feat: implement csharpier
parent
ae4256871b
commit
1f89f5263e
|
@ -135,7 +135,9 @@ return {
|
|||
opts = {
|
||||
source = {
|
||||
builtins = {
|
||||
csharpier = {},
|
||||
csharpier = {
|
||||
args = { "--write-stdout", "--no-cache", "$FILENAME" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue