Awesome
ternjs for nvim-completion-manager
Javascript completion for nvim-completion-manager.
installation
Plug 'roxma/nvim-cm-tern', {'do': 'npm install'}
If you're installing this plugin manually, you need to execute npm install
at the plugin base directory.
Tips
Read the configuration section
of the Tern Reference Manual. Create .tern-project
in your project directory
or simply create .tern-config
in your $HOME directory.