diff options
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |