Sfoglia il codice sorgente

Source ~/.vimrc.local if present

Thomas Dy 9 anni fa
parent
commit
49157224b2
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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