Fork me on GitHub
#vim
<
2018-02-19
>
dominicm08:02:24

I'm glad that is useful to others. I want to do a follow up soon, but it'll be blog driven development into the plugin

nate23:02:08

having issues with getting clj-refactor.nvim working

nate23:02:44

neovim version 0.2.3-dev (from 2/19)

nate23:02:04

installed according to instructions and ran :UpdateRemotePlugins

nate23:02:22

get E492: Not an editor command: CCleanNS

nate23:02:27

when I run crcn

nate23:02:44

doesn't appear to have started the plugin sub-process

dominicm23:02:05

It isn't updated to the newest node-host. So you need an older version that you manually install.

dominicm23:02:04

I thought I'd put this externally. It's on an issue on the repo somewhere.

dominicm23:02:14

Yeah, that's probably it.

dominicm23:02:52

Yeah, that's the one.

nate23:02:13

did that install

nate23:02:33

$ sudo npm install -g .
+ [email protected]
updated 1 package in 0.58s

nate23:02:44

hm, no luck there

nate23:02:57

I tried uninstalling npm's neovim

nate23:02:04

so just neovim-host is installed

nate23:02:07

that didn't work either

nate23:02:22

:checkhealth also shows things missing if I do that

nate23:02:14

remote/host: node host registered plugins ['clj-refactor.js']
remote/host: python3 host registered plugins []
remote/host: generated rplugin manifest: /home/nate/.local/share/nvim/rplugin.vim

nate23:02:21

it shows up there

nate23:02:40

could this be a node 6 vs node 8 issue?