parinfer

shaunlebron 2017-06-12T17:26:09.981508Z

wasn’t able to get nvim-parinfer.js working

shaunlebron 2017-06-12T17:26:35.991261Z

keeps saying this:

Error detected while processing function <SNR>57_indent:
line    6:
E117: Unknown function: ParinferIndent

dominicm 2017-06-12T17:50:46.523611Z

@shaunlebron Did you do :UpdateRemotePlugins?

dominicm 2017-06-12T17:53:00.573362Z

You might also be missing https://github.com/neovim/node-host

dominicm 2017-06-12T17:54:16.601750Z

I get the same error as you if I don't do :UpdateRemotePlugins

shaunlebron 2017-06-12T19:08:22.223626Z

@dominicm yeah I ran it. ran it again and I got this:

remote/host: node host registered plugins ['nvim-parinfer.js', 'nvim-parinfer.js']

dominicm 2017-06-12T19:08:54.234534Z

Twice? That's a bad sign.

dominicm 2017-06-12T19:09:00.236925Z

How did you install the plugin @shaunlebron ?

shaunlebron 2017-06-12T19:09:27.246181Z

i might’ve tried installing it a year or so ago

shaunlebron 2017-06-12T19:09:43.251556Z

but today I installed it via Vundle in init.vim

dominicm 2017-06-12T19:13:52.334667Z

@shaunlebron You may have it installed twice 🙂 I'd check ~/.config/nvim/ for residue from previous attempts. Or nuke that dir & start over.

shaunlebron 2017-06-12T19:27:14.601996Z

i’ll check it out later

shaunlebron 2017-06-12T19:27:33.608181Z

i’m in #cljs-dev discussing possibly using parlinter on the cljs repo

shaunlebron 2017-06-12T19:27:39.610144Z

interesting discussions