Remove pathogen comments
This commit is contained in:
3
vimrc
3
vimrc
@@ -1,8 +1,5 @@
|
|||||||
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
|
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()
|
execute pathogen#infect()
|
||||||
syntax on
|
syntax on
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
Reference in New Issue
Block a user