Explorar o código

Source ~/.vimrc.local if present

Thomas Dy %!s(int64=9) %!d(string=hai) anos
pai
achega
49157224b2
Modificáronse 1 ficheiros con 4 adicións e 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