Browse Source

Source ~/.vimrc.local if present

Thomas Dy 9 years ago
parent
commit
49157224b2
1 changed files with 4 additions and 0 deletions
  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