ソースを参照

Source ~/.vimrc.local if present

Thomas Dy 9 年 前
コミット
49157224b2
1 ファイル変更4 行追加0 行削除
  1. 4 0
      .vimrc

+ 4 - 0
.vimrc

@@ -103,3 +103,7 @@ augroup formatting
 augroup end
 
 colorscheme seti
+
+if filereadable(expand('~/.vimrc.local'))
+  source ~/.vimrc.local
+endif