This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-13
Channels
- # beginners (78)
- # boot (27)
- # cider (13)
- # cljs-dev (41)
- # cljsrn (4)
- # clojure (216)
- # clojure-android (1)
- # clojure-conj (6)
- # clojure-greece (1)
- # clojure-italy (11)
- # clojure-russia (127)
- # clojure-spec (63)
- # clojure-uk (34)
- # clojurescript (68)
- # core-async (5)
- # cursive (5)
- # data-science (1)
- # datomic (4)
- # dirac (11)
- # editors (7)
- # events (1)
- # graphql (12)
- # hoplon (39)
- # jobs (1)
- # liberator (3)
- # lumo (101)
- # off-topic (14)
- # om (3)
- # onyx (3)
- # parinfer (14)
- # re-frame (10)
- # reagent (2)
- # remote-jobs (1)
- # ring-swagger (17)
- # sql (21)
- # untangled (38)
- # vim (3)
- # yada (23)
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