clojure-vim / vim-jack-in

cider-jack-in for vim
57 stars 8 forks source link

Handle 'autochdir' properly #2

Open SevereOverfl0w opened 6 years ago

SevereOverfl0w commented 6 years ago

There needs to be a consistent strategy for determining where to run the repl command from. One option could be to search for project manifests, the other is to use getcwd(). The actual solution is probably a combination and an option similar to vim-grepper.