Fork me on GitHub
#vim
<
2017-06-12
>
mikepjb08:06:51

when using node-host, you need to run npm install, under ~/.nvim/bundle/node-host (or wherever your plugins are installed

mikepjb08:06:58

does anyone have a way to automate this?

dominicm08:06:04

vim-plug can run a command after installs/updates.

devth17:06:46

trying out https://github.com/roxma/nvim-completion-manager. nice so far but in clojure, it doesn't complete hyphenated words (even though the notion of what a word is in clojure is properly defined). e.g. i type reac and want it to complete react-update-state! but it it only gives me a react completion option. anyone else experiencing the same or suggest a different completion plugin? i was previously using deoplete.

devth17:06:50

(I also have clojure-vim/async-clj-omni installed)

dominicm17:06:29

@devth the keywords for clojure need contributing

dominicm17:06:39

I have the same issue, but haven't done the pr yet

devth17:06:09

yeah i can hit ctrl-x ctrl-p and then I get the expected completion

dominicm17:06:16

It's a regex, the default doesn't contain -.

dominicm17:06:39

I'd appreciate it if you PR'd that into them, because it really bothers me too, but haven't had the time 😉

devth17:06:07

would love to dive in but would have to be early July. racing to finish some work before going on vac!

dominicm17:06:32

Lucky you! I'm watching the calendar, waiting for my holiday!