X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/1254fd30fd1ab11c09a132bb3a68b77c925c75fa..071954e62880af01cdfb77742b7c0d269492ec08:/.vimrc diff --git a/.vimrc b/.vimrc index 5da7d0f..21abecb 100644 --- a/.vimrc +++ b/.vimrc @@ -4,17 +4,14 @@ set nocompatible " Backspace should work across lines set bs=2 -" Make vim aware of filetypes -filetype plugin on - - " Read files from ~/.vim -source ~/.vim/backup.vim source ~/.vim/state.vim source ~/.vim/display.vim -source ~/.vim/mouse.vim source ~/.vim/indent.vim -source ~/.vim/search.vim -source ~/.vim/abbrsout.vim -source ~/.vim/commands.vim +source ~/.vim/macros.vim +source ~/.vim/commenter.vim +source ~/.vim/filetypes.vim +if filereadable(expand("~/.vim/local.vim")) + source ~/.vim/local.vim +endif