Fork me on GitHub
#vim
<
2017-09-12
>
uwo16:09:56

thinking of making the switch from vim -> nvim. any starter recommendations, plugins that are highly recommended?

dominicm16:09:49

@uwo bonus plugins that are only available in neovim: - auto-completion via https://github.com/clojure-vim/async-clj-omni & https://github.com/Shougo/deoplete.nvim or https://github.com/roxma/nvim-completion-manager - https://github.com/clojure-vim/nvim-parinfer.js for a vim-sexp / paredit alternative - https://github.com/clojure-vim/clj-refactor.nvim for refactor.el-style support (clean namespace = the bomb)

uwo16:09:19

@dominicm thanks a ton!

dominicm16:09:57

@dave Hi, I was gonna ping you and say you can bother me here if the detail on gh isn't clear enough. My brain is a little frazzled. Sorry if the invite is annoying.

dominicm16:09:03

(I'm maintaining async-clj-omni, I also realise that's not clear... 😆 )

dave17:09:02

by the way, thanks for async-clj-omni, it's great! i'm really excited about this new wave of vim clojure tooling improvements

dominicm17:09:40

Thank you, that means a lot

dave17:09:16

no worries, thanks for the ping your explanation makes sense -- that sounds kind of like what i'm doing

dave17:09:19

maybe exactly what i'm doing

dave17:09:55

like, the plugin is listening on port 12345 where i have my REPL running, and it's using it to drive autocompletions then i interrupt the REPL, pulling the rug from underneath it

dominicm17:09:59

Yep, exactly right