#author("2018-08-19T00:49:52+00:00","default:yusami","yusami") #author("2018-08-19T00:53:22+00:00","default:yusami","yusami") #contents &tag(Vim); * 情報 [#lf7489be] - [[Vim入門(2): Vimのおすすめプラグイン23個とその設定 | Simplie Post>http://post.simplie.jp/posts/56]] この記事では、Atomに慣れた開発者でも快適に作業できる開発環境を構築するためのVimプラグインを紹介します。 * 管理 [#me77a57c] ** 一覧 [#v8a2e062] - [[プラグインの動かし方 - Qiita>http://qiita.com/HanaeKae/items/f893fd9b7a5731c2b87e]] プラグインを入れるには、runtimepathで指定しているディレクトリ内に"plugin"というフォルダを作成し、その中に入れる必要がある。 " ロードされたプラグインを表示する :scriptnames ** pathogen.vim [#r9b4e57a] - [[pathogen.vim を使って気軽に Vim のプラグインを管理する – ラボラジアン>https://laboradian.com/use-pathogen-vim/]] このツールの利点は、なんといっても単純なところです。 * プラグイン [#y8468d78] ** ack ([[grep]]) [#p9603535] - [[mileszs/ack.vim: Vim plugin for the Perl module / CLI script 'ack'>https://github.com/mileszs/ack.vim/tree/master]] Vim plugin for the Perl module / CLI script 'ack' ** コメント [#z331c161] - [[tpope/vim-commentary: commentary.vim: comment stuff out>https://github.com/tpope/vim-commentary]] Use gcc to comment out a line gc in visual mode to comment out the selection - [[GitHub - tomtom/tcomment_vim: An extensible & universal comment vim-plugin that also handles embedded filetypes>https://github.com/tomtom/tcomment_vim]] An extensible & universal comment vim-plugin that also handles embedded filetypes ** ステータスライン [#kd81fb4d] - [[vim-powerlineがすごい - プログラムモグモグ>http://itchyny.hatenablog.com/entry/20120609/1339249777]] ですが今日, Powerlineを入れてみました 使い始めてそのかっこよさに惚れました... - [[itchyny/lightline.vim: A light and configurable statusline/tabline plugin for Vim>https://github.com/itchyny/lightline.vim]] A light and configurable statusline/tabline plugin for Vim -- 補足:[[Windows7]]では'tomorrow'テーマを選択した。(2017/08/24) ** [[ctags]] [#ae0f2a01] - [[tagsファイルを作成する「auto-ctags.vim」作った - 見方次第>http://soramugi.hateblo.jp/entry/2013/12/01/150433]] -- 補足:[[Windows7]]では動作しなかった。(2017/08/22) ** [[Ruby]] [#w2497cee] - [[GitHub - tpope/vim-endwise: endwise.vim: wisely add "end" in ruby, endfunction/endif/more in vim script, etc>https://github.com/tpope/vim-endwise]] endwise.vim: wisely add "end" in ruby, endfunction/endif/more in vim script, etc * Kaoriya [#hf2d3b6a] - [[Kaoriya版に含まれるプラグイン — 名無しのvim使い>http://nanasi.jp/vim/kaoriya.html]] - [[WindowsのKaoriya版vim/gvimの問題と対処 - fudist>https://sites.google.com/site/fudist/Home/vim-nihongo-ban/kaoriya-trouble]] このページではWindowsの Kaoriya版を使用する上で問題と感じた点とその対処について記しています。 * 関連 [#tf87de04] #related