]> code.delx.au - dotfiles/blobdiff - .vimrc
xmonad: default to tabbed layout
[dotfiles] / .vimrc
diff --git a/.vimrc b/.vimrc
index 5da7d0f48febe4850c45663ab8c65b78b14479e9..21abecbc662d8314b256f431eac8a0bbb49d01c8 100644 (file)
--- 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