diff --git a/vimrc b/vimrc index a73dea0..bbc35aa 100644 --- a/vimrc +++ b/vimrc @@ -160,3 +160,10 @@ function! FindSymbolInSources(sources, ...) echo "Found " . n_matches . " matches" endif endfunction + +"============================================================================== +" Machine-local Settings +"============================================================================== +if filereadable($MYVIMRC . ".local") + exec 'source ' . $MYVIMRC . ".local" +endif