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