Ver Fonte

Source ~/.vimrc.local if present

Thomas Dy há 9 anos atrás
pai
commit
49157224b2
1 ficheiros alterados com 4 adições e 0 exclusões
  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