wasn’t able to get nvim-parinfer.js working
keeps saying this:
Error detected while processing function <SNR>57_indent:
line 6:
E117: Unknown function: ParinferIndent
@shaunlebron Did you do :UpdateRemotePlugins
?
You might also be missing https://github.com/neovim/node-host
I get the same error as you if I don't do :UpdateRemotePlugins
@dominicm yeah I ran it. ran it again and I got this:
remote/host: node host registered plugins ['nvim-parinfer.js', 'nvim-parinfer.js']
Twice? That's a bad sign.
How did you install the plugin @shaunlebron ?
i might’ve tried installing it a year or so ago
but today I installed it via Vundle in init.vim
@shaunlebron You may have it installed twice 🙂 I'd check ~/.config/nvim/ for residue from previous attempts. Or nuke that dir & start over.
i’ll check it out later
i’m in #cljs-dev discussing possibly using parlinter on the cljs repo
interesting discussions