summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2014-06-30 17:36:26 -0400
committerJune McEnroe <programble@gmail.com>2014-06-30 17:36:26 -0400
commitacf9e79df8168dcc2ce3e00a23d645d73592edd5 (patch)
tree38ea4652b8ef85413275445ebc9080bbdd1c6bd8 /.vimrc
parentAdd speeddating (diff)
downloadsrc-acf9e79df8168dcc2ce3e00a23d645d73592edd5.tar.gz
src-acf9e79df8168dcc2ce3e00a23d645d73592edd5.zip
Plugin cleanup
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc12
1 files changed, 3 insertions, 9 deletions
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. (<leader>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.