PageRenderTime 52ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/.vim/plugins_list.rst

http://github.com/yuroyoro/dotfiles
ReStructuredText | 237 lines | 186 code | 51 blank | 0 comment | 0 complexity | aa26a269487f59127568ec5e46523c92 MD5 | raw file
Possible License(s): GPL-2.0
  1. ========================================
  2. 入れてるプラグインのリスト
  3. ========================================
  4. ---------------------------------------------
  5. 管理系
  6. ---------------------------------------------
  7. vim-pathogen : bundleディレクトリ配下にpluginを配置することでプラグイン管理を簡単に
  8. - http://www.vim.org/scripts/script.php?script_id=2332
  9. - http://www.allenwei.cn/tips-using-git-submodule-keep-your-plugin-up-to-date/
  10. - http://tech.kayac.com/archive/vim-plugin-coding.html
  11. ---------------------------------------------
  12. 表示系
  13. ---------------------------------------------
  14. smooth_scroll.vim : スクロールを賢く
  15. - http://www.vim.org/scripts/script.php?script_id=1601
  16. - http://blog.blueblack.net/item_219
  17. ---------------------------------------------
  18. 編集系
  19. ---------------------------------------------
  20. Align : 高機能整形桁揃えプラグイン
  21. - http://vim.sourceforge.net/scripts/script.php?script_id=294
  22. - http://nanasi.jp/articles/vim/align/align_vim.html
  23. - http://vimwiki.net/?scripts%2F4
  24. surround.vim : テキストを括弧で囲む削除する
  25. - http://www.vim.org/scripts/script.php?script_id=1697
  26. - http://vimwiki.net/?scripts%2F16
  27. - http://github.com/tpope/vim-surround
  28. SQLUtilities : SQL整形生成ユーティリティ
  29. - http://www.vim.org/scripts/script.php?script_id=492
  30. - http://vimwiki.net/?scripts%2F20
  31. NERD_commenter.vim :最強コメント処理 (<Leader>c<space>でコメントをトグル)
  32. - http://www.vim.org/scripts/script.php?script_id=1218
  33. - http://www.sopht.jp/blog/index.php?/archives/446-NERD_commenter.html
  34. - http://github.com/scrooloose/nerdcommenter
  35. YankRing.vim : ヤンクの履歴を管理し順々に参照出力できるようにする
  36. - http://www.vim.org/scripts/script.php?script_id=1234
  37. - http://nanasi.jp/articles/vim/yankring_vim.html
  38. - http://d.hatena.ne.jp/seiunsky/20080517/1211051041
  39. quickrun.vim : 編集中のファイルを簡単に実行できるプラグイン
  40. - http://github.com/thinca/vim-quickrun
  41. - http://www.vim.org/scripts/script.php?script_id=2419
  42. - http://vim-users.jp/2009/05/hack7/
  43. - http://d.hatena.ne.jp/pcmaster/20090510/p2
  44. - http://tech.kayac.com/archive/vim-3-plugin.html
  45. autocomplpop.vim : insertmodeで自動で補完をpopup
  46. http://sites.google.com/site/fudist/Home/vim-nihongo-ban
  47. http://www.vim.org/scripts/script.php?script_id=1879
  48. http://vim.g.hatena.ne.jp/keyword/autocomplpop.vim
  49. neocomplcache.vim : 究極のVim的補完環境
  50. - http://github.com/Shougo/neocomplcache/blob/998764e1072fa5b183c3da4705b8187658fa0b41/presen/neocomplcache.txt
  51. - http://vim-users.jp/2009/07/hack-49/
  52. - http://www.vim.org/scripts/script.php?script_id=2620
  53. - http://d.hatena.ne.jp/yuitowest/20100907/1283865197
  54. cecutil.vim : 他のpluginのためのutillity1
  55. - http://www.vim.org/scripts/script.php?script_id=1066
  56. smartchr.vim : ==などの前後を整形
  57. - http://www.vim.org/scripts/script.php?script_id=2290
  58. - http://project-p.jp/halt/anubis/blog_show/1068
  59. - http://d.hatena.ne.jp/ampmmn/20080928/1222590293
  60. vim-operator-user : 簡単にoperatorを定義できるようにする
  61. - https://github.com/kana/vim-operator-user
  62. - http://relaxedcolumn.blog8.fc2.com/blog-entry-154.html
  63. operator-camelize : camel-caseへの変換
  64. - https://github.com/tyru/operator-camelize.vim
  65. operator-replace : yankしたものでreplaceする
  66. - https://github.com/kana/vim-operator-replace
  67. - http://www.vim.org/scripts/script.php?script_id=2782
  68. - http://vim.g.hatena.ne.jp/yamazakiccs/20090913
  69. textobj-user : 簡単にVimエディタのテキストオブジェクトをつくれる
  70. - http://www.vim.org/scripts/script.php?script_id=2100
  71. - http://d.hatena.ne.jp/taku-o/20100323/1269369154
  72. vim-textobj-syntax : syntax hilightされたものをtext-objectに
  73. - https://github.com/kana/vim-textobj-syntax
  74. vim-textobj-lastpat : 最後に検索されたパターンをtext-objectに
  75. - https://github.com/kana/vim-textobj-lastpat
  76. vim-textobj-jabraces : foo or barなどをtext-objectに
  77. - https://github.com/kana/vim-textobj-jabraces
  78. vim-textobj-indent : インデントされたものをtext-objectに
  79. - https://github.com/kana/vim-textobj-indent.git
  80. vim-textobj-function : 関数の中身をtext-objectに
  81. - https://github.com/kana/vim-textobj-function.git
  82. vim-textobj-fold : 折りたたまれたアレをtext-objectに
  83. - https://github.com/kana/vim-textobj-fold.git
  84. vim-textobj-entire : buffer全体をtext-objectに
  85. - https://github.com/kana/vim-textobj-entire.git
  86. vim-textobj-plugins : いろんなものをtext-objectにする
  87. - https://github.com/thinca/vim-textobj-plugins
  88. - http://d.hatena.ne.jp/thinca/20090426/1240675033
  89. vim-smartword : 単語移動がスマートな感じで
  90. - http://www.vim.org/scripts/script.php?script_id=2470
  91. - https://github.com/kana/vim-smartword/
  92. camelcasemotion : CamelCaseやsnake_case単位でのワード移動
  93. - http://www.vim.org/scripts/script.php?script_id=1905
  94. - http://nanasi.jp/articles/vim/camelcasemotion_vim.html
  95. ---------------------------------------------
  96. 検索系
  97. ---------------------------------------------
  98. eregex.vim : vimの正規表現をrubyやperlの正規表現な入力でできる :%S/perlregex/
  99. - http://d.hatena.ne.jp/secondlife/20060203/1138978661
  100. - http://www.vector.co.jp/soft/dl/unix/writing/se265654.html
  101. grep.vim : 外部のgrep利用:Grepで対話形式でgrep :Rgrepは再帰
  102. - http://d.hatena.ne.jp/secondlife/20060203/1138978661
  103. - http://www.vim.org/scripts/script.php?script_id=311
  104. ---------------------------------------------
  105. バッファ管理系
  106. ---------------------------------------------
  107. bufexplorer.vim : <Leader>beでバッファのリストを表示
  108. - http://www.vim.org/scripts/script.php?script_id=42
  109. minibufexpl.vim : タブエディタ風にバッファ管理ウィンドウを表示
  110. - http://www.vim.org/script.php?script_id=159
  111. - http://nanasi.jp/articles/vim/minibufexpl_vim.html
  112. fuzzyfinder.vim : 超あいまいバッファ検索
  113. http://www.vim.org/scripts/script.php?script_id=1984
  114. http://d.hatena.ne.jp/ns9tks/20080104/1199432216
  115. DumbBuf.vim : quickbufっぽくbufferを管理とりあえず<F4>でバッファ一覧
  116. - http://vim.g.hatena.ne.jp/tyru/20091030
  117. - http://github.com/tyru/DumbBuf.vim/downloads
  118. unite.vim : - すべてを破壊しすべてを繋げ - vim scriptで実装されたanythingプラグイン
  119. - http://github.com/Shougo/unite.vim
  120. - http://tech.kayac.com/archive/vim-plugin-coding.html
  121. - http://sites.google.com/site/kjwiki1/home/vim/unite-vim
  122. - http://www.st-prestage.jp/blog/mac/771
  123. - http://www.slideshare.net/Shougo/unite-vim
  124. - http://d.hatena.ne.jp/basyura/20100908/p1
  125. - http://d.hatena.ne.jp/thinca/searchdiary?word=%2A%5Bunite%5D
  126. ---------------------------------------------
  127. ファイル系
  128. ---------------------------------------------
  129. NERDTree : ツリー型エクスプローラ
  130. - http://www.vim.org/scripts/script.php?script_id=1658
  131. - http://vimwiki.net/?scripts%2F18
  132. - http://wagnad.blog9.fc2.com/blog-entry-504.html
  133. - http://github.com/scrooloose/nerdtree
  134. project.vim : IDE風のファイル管理
  135. - http://d.hatena.ne.jp/hidde/20080930/1222776171
  136. - http://hoshinanonikki.net/20070820.html
  137. - http://www.vim.org/scripts/script.php?script_id=69
  138. vtreeexplorer.vim : ツリー状にファイルやディレクトリの一覧を表示
  139. - http://www.vim.org/scripts/script.php?script_id=184
  140. - http://d.hatena.ne.jp/obys/20061119/1163939621
  141. ---------------------------------------------
  142. その他
  143. ---------------------------------------------
  144. git-vim : gitをvimでー
  145. - http://github.com/motemen/git-vim/tree/master
  146. - http://vim-users.jp/2009/09/hack67/
  147. urilib.vim : vim scriptからURLを扱うライブラリ
  148. - https://github.com/tyru/urilib.vim
  149. open-browser.vim : URLをブラウザで開く
  150. - https://github.com/tyru/open-browser.vim
  151. - http://d.hatena.ne.jp/tyru/20100619/git_push_vim_plugins_to_github
  152. hatena.vim : vimからはてなダイアリーを更新
  153. - http://d.hatena.ne.jp/snaka72/20090124/1232801656
  154. - https://github.com/motemen/hatena-vim
  155. vimproc : vimから非同期実行vimshelleで必要
  156. - https://github.com/Shougo/vimproc
  157. vimshell : vimのshell
  158. - https://github.com/Shougo/vimshell
  159. - http://d.hatena.ne.jp/pcmaster/20090505/p1
  160. - http://vim-users.jp/tag/vimshell/
  161. vim-altercmd : Ex command拡張
  162. - https://github.com/tyru/vim-altercmd
  163. ---------------------------------------------
  164. 開発系
  165. ---------------------------------------------
  166. vim-ruby : VimでRubyを扱う際の最も基本的な拡張機能
  167. - http://sssdiary.at.webry.info/200611/article_7.html
  168. - http://blog.blueblack.net/item_133
  169. - http://github.com/vim-ruby/vim-ruby
  170. refe.vim : vimからrefeでRuby のリファレンスマニュアルのエントリを引く
  171. - http://rails2u.com/projects/refe.vim/
  172. - http://blog.blueblack.net/item_187
  173. - http://relaxedcolumn.blog8.fc2.com/blog-entry-108.html
  174. - http://i.loveruby.net/ja/prog/refe.html
  175. rails.vim : rails的なアレ
  176. - http://www.vim.org/scripts/script.php?script_id=1567
  177. - http://d.hatena.ne.jp/secondlife/20061222/1166781841
  178. - http://github.com/tpope/vim-rails
  179. vim-ref : perldocやphpmanual等のリファレンスをvim上で見るためのプラグイン
  180. - http://tech.kayac.com/archive/vim-plugin-coding.html
  181. - http://github.com/thinca/vim-ref
  182. python.vim : 自前で用意したpython用の設定.indentのみ設定
  183. Pydiction : Python用の入力補完
  184. - http://www.vim.org/scripts/script.php?script_id=850
  185. - http://d.hatena.ne.jp/shuji_w6e/20090908/1252418641
  186. scala.vim : 自前で用意したscala用の設定