Skip to content

neoclide/npm.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Npm plugin to make vim user works with npm easier

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •