8000 GitHub - jtbairdsr/npm.vim: Run NPM commands in Vim.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jtbairdsr/npm.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=4783

npm.vim makes it easy to run npm commands from Vim. It doesn't have any interesting features like errorlist integration yet.

Global Commands:

    :Npm <command> [options..]

Calls `npm <command> [options]`. Commands can be tab-completed.

Global Settings:

    g:npm_background = 0

If set to non-zero, runs all commands in background (so you lose their output).

    g:npm_custom_commands = []

If some NPM commands aren't being picked up, add them to this list.

License:

npm.vim is released under the MIT license. See the comments at the head of npm.vim for the full license text, or the "COPYING" file you should have received with your copy of this software.

Packages

No packages published

Languages

  • Vim Script 100.0%
0