Remove pathogen comments

This commit is contained in:
David Todd 2017-06-22 12:28:38 -05:00
parent bd332e5e08
commit c5c93d4ffb

3
vimrc
View File

@ -1,8 +1,5 @@
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