Skip to content

Commit

Permalink
Learned something from the Pathogen docs... AGAIN.
Browse files Browse the repository at this point in the history
Thanks @tpope for being so awesome. Man, I owe you so many beers.
  • Loading branch information
David Rogers committed Jun 14, 2016
1 parent f831ced commit 09b9ab5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/.vimrc
@@ -1,3 +1,8 @@
"" Make sessions play nice with Pathogen et al
set sessionoptions-=options

"" Load and enable Pathogen
"" TODO: Switch to Vundle one day? https://github.com/VundleVim/Vundle.vim
runtime bundle/vim-pathogen/autoload/pathogen.vim
call pathogen#infect()

Expand Down

0 comments on commit 09b9ab5

Please sign in to comment.