All Projects → neoclide → npm.nvim

neoclide / npm.nvim

Licence: MIT license
Npm plugin to make vim user works with npm easier

Programming Languages

python
139335 projects - #7 most used programming language
Vim Script
2826 projects
javascript
184084 projects - #8 most used programming language

Labels

Npm.nvim

Npm plugin to make vim user works with npm easier.

Commands

  • Denite npm show all npm packages of current project.
  • Denite func show functions location using parsefunc
  • NpmInstall run npm install command in nvim terminal.
  • NpmOutaded show outdated npm packages info in denite interface.
  • NpmDev show developing npm modules.
  • NpmRun [script] run npm script in nvim terminal.
  • NpmSearch [name] search npm package in browser
  • TODO: Denite npm/used show all npm packages that you have ever been used.

For detail, see :h npm.txt

Requirement

Installation

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].