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
9af3306d76
commit
0203f439fa
1 changed files with 3 additions and 1 deletions
|
|
@ -135,7 +135,9 @@ return {
|
|||
opts = {
|
||||
source = {
|
||||
builtins = {
|
||||
csharpier = {},
|
||||
csharpier = {
|
||||
args = { "--write-stdout", "--no-cache", "$FILENAME" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue