summaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 9be83da..e9f9009 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -1,3 +1,6 @@
+" in case there were any doubt about this being classic vi
+set nocompatible
+
" load bundles under ~/.vim/bundle/*
execute pathogen#infect()
@@ -6,6 +9,7 @@ set fileencoding=utf8
set fileencodings=utf8
" these seem reasonable
+filetype plugin on
set tabstop=4
set softtabstop=4
set shiftwidth=4