dotfiles/vimrc
2016-06-14 13:33:44 -05:00

9 lines
285 B
VimL

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