forked from vim-scripts/npm.vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Run NPM commands in Vim.
License
jtbairdsr/npm.vim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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.
About
Run NPM commands in Vim.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Vim Script 100.0%