Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

【homeディレクトリが共用の人へ】.vimrcの設定

$
0
0

homeディレクトリが共有なっているなど、トリッキーな環境で開発する人用。

.bash_profileへ書き込むこと

vim コマンドを打つ際に.vimrcを読み込むようにする。
.vimrcは自分の作業用ディレクトリなどに置くとよい。
.bash_profile
alias vim="vim -u /パス名/.vimrc"

.vimrcに書くこと

vimのプラグインを使いたいときの設定。

set runtimepath+=/パス名/.vim

.vim以下にDLしたものを保存すすればOK


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>