Fork me on GitHub
#vim
<
2017-10-02
>
petr.mensik07:10:44

Hello guys, this question is not exactly about fireplace but I hope it's ok 🙂 I have a problem running clj-refactor and nvim-parinfer for Neovim. I did all the installation steps and UpdateRemotePlugins shows both plugins correctly registered afterwards. However when I try some clj-refactor command like crad I always get E492 Not an editor command: . For parinfer I get E117 Unknown function: Parinfer Indent when inserting new line. So any tips where could be a problem?

petr.mensik07:10:57

Only thing I can think about is that I have node version 6.11. instead recommended 7 - I haven't upgraded because of other projects depending on it as well

dominicm07:10:52

All welcome here

dominicm07:10:28

the latest version of node-host doesn't work with parinfer

dominicm07:10:24

Plug 'neovim/node-host', {'commit': 'c1c4872a6a6837f333d8470185e0ea0f10256e3c', 'do': 'npm install'} try this instead of your current node-host lein & re-do the updateremoteplugins jig

dominicm07:10:32

and :PlugInstall & all that

petr.mensik07:10:59

Ok, thanks a lot, I'll try 🙂

petr.mensik07:10:26

@dominicm that really helped, thanks a lot 🙂

dominicm07:10:44

Great, I'm glad to hear it 🙂. Feel free to ask any other vim related questions here