This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-02
Channels
- # beginners (98)
- # bigdata (1)
- # bitcoin (1)
- # boot (32)
- # cider (20)
- # cljs-dev (57)
- # cljsrn (130)
- # clojure (93)
- # clojure-dusseldorf (1)
- # clojure-germany (1)
- # clojure-greece (3)
- # clojure-italy (2)
- # clojure-russia (203)
- # clojure-spec (14)
- # clojure-uk (50)
- # clojurescript (127)
- # css (7)
- # cursive (6)
- # data-science (1)
- # datomic (4)
- # emacs (1)
- # events (1)
- # fulcro (8)
- # funcool (12)
- # graphql (7)
- # jobs (1)
- # lein-figwheel (2)
- # luminus (2)
- # off-topic (7)
- # om (16)
- # onyx (4)
- # parinfer (17)
- # pedestal (6)
- # portkey (36)
- # proton (3)
- # re-frame (10)
- # shadow-cljs (140)
- # spacemacs (12)
- # specter (1)
- # sql (1)
- # vim (10)
- # yada (10)
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?
Here is my init.vim https://github.com/pmensik/dotfiles/blob/master/init.vim#L109
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
Plug 'neovim/node-host', {'commit': 'c1c4872a6a6837f333d8470185e0ea0f10256e3c', 'do': 'npm install'}
try this instead of your current node-host lein & re-do the updateremoteplugins jig
Ok, thanks a lot, I'll try 🙂
@dominicm that really helped, thanks a lot 🙂