You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mostly intended for my own use, this allows you to create a file like this:
```
" after/plugin/jack_in_dependencies.vim
let g:jack_in_injections['com.gfredericks.dominic/debug-repl'] =
\ {'version': '0.0.1',
\ 'middleware': 'com.gfredericks.debug-repl/wrap-debug-repl'}
let g:jack_in_injections['cider/cider-nrepl']['version'] = '0.16.0-FOOZZZ'
```
In this case, it updates the cider-nrepl version to one I've built locally, and
adds a debugger dependency.
I hope for plugins to utilize this functionality for themselves at some point.
0 commit comments