maralla / completor.vim

Async completion framework made ease.
MIT License
1.31k stars 62 forks source link

How to enable javascript completion #160

Closed ghost closed 6 years ago

ghost commented 6 years ago

Don't get me wrong, I've read the instruction, but it's still not clear enough. The instruction says to run make js, but I don't understand where to run make js. As for the g:completor_node_binary, is global binary of node e.g. /usr/bin/node okay? And lastly, can I use this with a global installation of tern, e.g. sudo npm -g install tern?

Sorry if this is a stupid question, I'm new to doing JavaScript projects. Thank you!

ghost commented 6 years ago

So suddenly I dawned on me to run make js in completor.vim directory, and it worked. Thanks, perhaps the instruction could be made clearer for unexperienced users.

onlyanegg commented 5 years ago

Agree on this. It would be nice to reopen this issue as a documentation enhancement.