We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc747aa commit d1c87d7Copy full SHA for d1c87d7
autoload/jack_in.vim
@@ -9,7 +9,7 @@ function! s:RunRepl(cmd)
9
endfunction
10
11
function! jack_in#boot(...)
12
- let l:boot_string = 'boot -i "(require ''cider.tasks)"'
+ let l:boot_string = 'boot -x -i "(require ''cider.tasks)"'
13
for [dep, inj] in items(g:jack_in_injections)
14
let l:boot_string .= printf(' -d %s:%s', dep, inj['version'])
15
endfor
0 commit comments