@@ -103,3 +103,7 @@ augroup formatting
augroup end
colorscheme seti
+
+if filereadable(expand('~/.vimrc.local'))
+ source ~/.vimrc.local
+endif