mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: implement csharpier
This commit is contained in:
parent
ae4256871b
commit
1f89f5263e
1 changed files with 3 additions and 1 deletions
|
|
@ -135,7 +135,9 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
source = {
|
source = {
|
||||||
builtins = {
|
builtins = {
|
||||||
csharpier = {},
|
csharpier = {
|
||||||
|
args = { "--write-stdout", "--no-cache", "$FILENAME" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue