Npm plugin to make vim user works with npm easier.
Denite npmshow all npm packages of current project.Denite funcshow functions location using parsefuncNpmInstallrun npm install command in nvim terminal.NpmOutadedshow outdated npm packages info in denite interface.NpmDevshow developing npm modules.NpmRun [script]run npm script in nvim terminal.NpmSearch [name]search npm package in browser- TODO:
Denite npm/usedshow all npm packages that you have ever been used.
For detail, see :h npm.txt
- node > 9.0
- python 3
- neovim > 0.2.2
- denite.nvim
Firsly, copy file rplugin/python3/denite/kind/npm.py to denite.nvim/rplugin/python3/denite/kind/npm.py,
since denite doesn't support custom kind in separate plugins.
Take vim-plug for example:
Plug 'neoclide/npm.nvim', {'do' : 'npm install'}
Run command :UpdateRemotePlugins to regist this remote plugin if needed.