tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.75k stars 139 forks source link

Custom require function #204

Closed aaronjensen closed 9 years ago

aaronjensen commented 9 years ago

When following something like http://thinkrelevance.com/blog/2013/06/04/clojure-workflow-reloaded it'd be nice if I could have a project specific setting to a require function like (user/reset) so when I do cpr it'd call that first, then run tests instead of doing the manual requiring.

tpope commented 9 years ago

You can override the map. I don't see supporting this beyond that.