X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=dotfiles%2Fvim%2F.vimrc;h=e65aba1f042acc8514c0aab09929fd5319d5fb77;hp=739ae07cf327d4bcfbd6b53d23d2e39b0059a296;hb=c7e790b9b976ff4be6226a4baaaffe19c01e7aaa;hpb=daf1e83f61fe5641f9eaaa655252ba2584b0b0e6 diff --git a/dotfiles/vim/.vimrc b/dotfiles/vim/.vimrc index 739ae07..e65aba1 100644 --- a/dotfiles/vim/.vimrc +++ b/dotfiles/vim/.vimrc @@ -319,6 +319,9 @@ let g:SuperTabDefaultCompletionType = 'context' "let g:SuperTabDefaultCompletionType = '' -source ~/.vimrc-local + +if filereadable($HOME . "/.vimrc-local") + source ~/.vimrc-local +endif