Changes between Version 2 and Version 3 of Developers/yasumichi/vimメモ


Ignore:
Timestamp:
2014/08/28 23:21:33 (10 years ago)
Author:
yasumichi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers/yasumichi/vimメモ

    v2 v3  
    1010- [http://catcher-in-the-tech.net/1063/ NeoBundleによるVimプラグイン管理とおすすめプラグイン - Catcher in the tech] 
    1111- [http://qiita.com/puriketu99/items/1c32d3f24cc2919203eb Vim - NeoBundleの導入 - Qiita] 
     12 
     13== !QuickRun == 
     14 
     15Run commands quickly. 
     16 
     17{{{ 
     18NeoBundle '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 
     26Vim plugin for intensely orgasmic commenting 
     27 
     28{{{ 
     29NeoBundle 'scrooloose/nerdcommenter' 
     30}}} 
     31 
     32- [https://github.com/scrooloose/nerdcommenter scrooloose/nerdcommenter]