upgraded neovim to 0.2.0
nuked my bundle directory
function remote#host#UpdateRemotePlugins[6]..<SNR>59_RegistrationCommands, line 20
Vim(let):ch 2 was closed by the client
remote/host: generated rplugin manifest: /Users/swilliam/.local/share/nvim/rplugin.vim
that after :UpdateRemotePlugins
and opening a cljs file starts with an error on launch:
Error detected while processing function <SNR>60_indentparen:
line 8:
E117: Unknown function: ParinferIndent
E15: Invalid expression: ParinferIndent()
line 10:
E121: Undefined variable: lines
E116: Invalid arguments for function empty(lines)
E15: Invalid expression: !empty(lines)
this was after running npm install
in ~/.config/nvim/bundle/node-host
as well
@shaunlebron was there anything in ~/.config/nvim/rplugin ?
@dominicm yeah, there’s a node/nvim-parinfer.js/ folder in there
@shaunlebron suspicious that isn't managed by bundle
i’ll delete the folder and try the update again
@dominicm worked! 🎉
this is nice
gonna try it out on vimr
Vimr is cool