X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/931f475cfc39b5e0286cbde25b3ae5e4879b8b95..f7f81a77cd15bf4f006f1b56f2223049c78e81ec:/.vimrc diff --git a/.vimrc b/.vimrc index a227de2..21abecb 100644 --- a/.vimrc +++ b/.vimrc @@ -4,21 +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/commands.vim +source ~/.vim/macros.vim source ~/.vim/commenter.vim -if !filereadable(expand("~/.vim/abbrsout.vim")) - !python ~/.vim/abbrs2vim.py +source ~/.vim/filetypes.vim +if filereadable(expand("~/.vim/local.vim")) + source ~/.vim/local.vim endif -source ~/.vim/abbrsout.vim