This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" .vimrc | |
"-----------------Load Plugins------------------" | |
" https://github.com/tpope/vim-pathogen a vim package manager, that simply | |
" categorizes plugins through the ~/.vim/bundle dir, instead of | |
" confusingly cluttered in the root dir | |
" see plugins in the bundle dir. | |
" -puppet file sytax highlighting | |
execute pathogen#infect() | |