Add base VIM config

This commit is contained in:
David Todd 2016-06-14 13:33:44 -05:00
parent 4e4d0ea708
commit b398426f92

8
vimrc Normal file
View File

@ -0,0 +1,8 @@
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
" The real magic is with pathogen - Install below
" mkdir -p ~/.vim/autoload ~/.vim/bundle
" curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
execute pathogen#infect()
syntax on
filetype plugin indent on