From 1c47efefc58c46aabb2b47dffd264f71922f5360 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Mon, 12 Sep 2016 13:05:54 -0600 Subject: [PATCH] Clean up the pathogen library a bit --- vimrc | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/vimrc b/vimrc index 526147f..3df87ae 100644 --- a/vimrc +++ b/vimrc @@ -1,8 +1,6 @@ execute pathogen#infect() " Pathogen modules used: -" * git://github.com/altercation/vim-colors-solarized.git -" * https://github.com/sheerun/vim-wombat-scheme.git " * git://github.com/tpope/vim-fugitive.git " * git://github.com/tpope/vim-git.git " * https://github.com/tpope/vim-sensible.git @@ -15,9 +13,16 @@ execute pathogen#infect() " * https://github.com/tpope/vim-surround " * https://github.com/scrooloose/syntastic " -" Standalone colorschemes used: +" Pathogen colorschemes used: (vimcolors.com for more) +" * https://github.com/Marfisc/vorange.git " * https://github.com/jnurmine/Zenburn.git " * https://github.com/sjl/badwolf.git +" * https://github.com/sheerun/vim-wombat-scheme.git +" * git://github.com/altercation/vim-colors-solarized.git +" * https://github.com/YorickPeterse/happy_hacking.vim.git +" * https://github.com/owickstrom/vim-colors-paramount.git +" * https://github.com/pbrisbin/vim-colors-off.git +" * https://github.com/kristijanhusak/vim-hybrid-material.git syntax on filetype plugin indent on @@ -40,9 +45,9 @@ set comments+=fb:* "set background=dark "let g:badwolf_darkgutter=1 -colorscheme zenburn +colorscheme vorange let g:airline_powerline_fonts = 1 -let g:airline#extensions#whitespace#mixed_indent_algo = 1 +"let g:airline#extensions#whitespace#mixed_indent_algo = 1 let g:ansible_attribute_highlight = "ab"