-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Apologies if there is a better forum for this. Is there an easy and recommended way of making tweaks to the command used to start up swank? For instance, if the default startup command is mostly fine, but I'd like to add something to it?
I see that there is g:slimv_swank_cmd, which lets you completely override the startup command, but I am thinking something more like g:slimv_browser_cmd_suffix, which just tweaks the command used to start the browser.
My use case is, I'd like swank to use a different .sbclrc file than my main .sbclrc; that'd normally be done by passing "--userinit /path/to/my/alternative-sbclrc" to sbcl.
For me, one quick fix is, I can edit this line in slimv.vim and add in the command line argument I want, but obviously that will break if I use a different OS/use tmux etc. Is there a better way to do this?