From acf9e79df8168dcc2ce3e00a23d645d73592edd5 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 30 Jun 2014 17:36:26 -0400 Subject: Plugin cleanup --- .vimrc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 51a45aaf..574cef5c 100644 --- a/.vimrc +++ b/.vimrc @@ -251,22 +251,16 @@ let delimitMate_expand_cr = 1 let delimitMate_expand_space = 1 let delimitMate_jump_expansion = 1 -" Indent guides by alternating background colour. +" Indent guides by alternating background colour. (ig) Plug 'nathanaelkane/vim-indent-guides' let g:indent_guides_start_level = 2 -" Pastebin. -Plug 'Raynes/refheap.vim' +" Colorscheme. +Plug 'programble/jellybeans.vim' " Show nearest tag in statusline. Plug 'majutsushi/tagbar' -" Pastebin. -Plug 'mattn/gist-vim' -" Required by gist. -Plug 'mattn/webapi-vim' " Scratch buffers. Plug 'programble/itchy.vim' -" Colorscheme. -Plug 'programble/jellybeans.vim' " Better paste indentation. Plug 'sickill/vim-pasta' " Commenting. -- cgit 1.4.1