how can users specify command line arguments to julia #386
-
hey, y'all great plugin going on here, I really appreciate the effort being made. I've got a question (or feature request): how can one specify command line arguments to the julia command? I'm looking to add thanks again |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Maybe you can set this variable, There's no project level support yet I guess, but you could write some codes to tweak around it/ contribute it to conjure. |
Beta Was this translation helpful? Give feedback.
Maybe you can set this variable,
vim.g['conjure#client#julia#stdio#command']
. It defaults tojulia --banner=no --color=no -i
There's no project level support yet I guess, but you could write some codes to tweak around it/ contribute it to conjure.