Explorar el Código

Source ~/.vimrc.local if present

Thomas Dy hace 9 años
padre
commit
49157224b2
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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