| v2 | v3 | |
|---|---|---|
| 10 | 10 | - [http://catcher-in-the-tech.net/1063/ NeoBundleによるVimプラグイン管理とおすすめプラグイン - Catcher in the tech] |
| 11 | 11 | - [http://qiita.com/puriketu99/items/1c32d3f24cc2919203eb Vim - NeoBundleの導入 - Qiita] |
| 12 | ||
| 13 | == !QuickRun == | |
| 14 | ||
| 15 | Run commands quickly. | |
| 16 | ||
| 17 | {{{ | |
| 18 | NeoBundle 'thinca/vim-quickrun' | |
| 19 | }}} | |
| 20 | ||
| 21 | - [https://github.com/thinca/vim-quickrun thinca/vim-quickrun] | |
| 22 | - [http://d.hatena.ne.jp/osyo-manga/20130311/1363012363 quickrun.vim について語る - C++でゲームプログラミング] | |
| 23 | ||
| 24 | == NERDCommenter == | |
| 25 | ||
| 26 | Vim plugin for intensely orgasmic commenting | |
| 27 | ||
| 28 | {{{ | |
| 29 | NeoBundle 'scrooloose/nerdcommenter' | |
| 30 | }}} | |
| 31 | ||
| 32 | - [https://github.com/scrooloose/nerdcommenter scrooloose/nerdcommenter] |