forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 24
Vim Plugins
Floby edited this page Jul 21, 2011
·
11 revisions
Please respect the formatting recommendations of the Modules Page
After this thread I thought it'd be nice to have this here since a lot of node users are also vim users.
Of course, if you don't use Pathogen, you're not really a vim user.
- surround
- tComment auto comment
- NERD_Commenter auto comment
- JavaScriptIndent web-indent - Javascript indenter (HTML indent is included) [somewhat buggy, clicking tab won't indent]
- SnipMate Text-Mate like snippets
- nodejs-snippets node specific snippet for SnipMate. Consider forking and improving
- Commant-T TextMate-like Command-T explorer. Find files by pattern
- NERD_Tree Tree filesystem browser
- Ack better than grep
- [Fuzzyfinder] (http://www.vim.org/scripts/script.php?script_id=1984) find files by pattern
- [ColorSamplePack] (http://www.vim.org/scripts/script.php?script_id=625)
- Solarized
- [Mustang] (https://github.com/marcus/vim-mustang)
- xoria256 finely tuned soft gamma colorscheme
- goatslacker sexy colorscheme tailored to JavaScript, use with pangloss' JavaScript syntax highlighting
These plugins are not specific to node.js development but are widely used in the community
- Zencoding Generate html structures from CSS-like syntax
- [fugitive] (https://github.com/tpope/vim-fugitive) - Git commands in your VIM
- [EasyMotion] (https://github.com/Lokaltog/vim-easymotion) - Move faster in your text
Show off your vim skills by including a link to your pimped out ~/.vim
- Floby
- [alessioalex] (https://github.com/alessioalex/dotfiles)
- smith
- wavded - geared towards Ubuntu