npm.vim : Run NPM commands in Vim.
script karma |
Rating 9/5,
Downloaded by 2130 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Thomas Allen |
|
script type |
utility |
|
description |
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. |
|
install details |
Download npm.vim.zip from http://www.vim.org/scripts/script.php?script_id=4783
Unzip the zipfile. Copy plugin/npm.vim to your .vim/plugin/ directory and doc/npm.txt to your .vim/doc/ directory. Run `:helptags ~/.vim/doc` to build the docs as with other scripts. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.141.40.242
|