From d67c5a16a273126c6f17485ba1806674a25e8d63 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 12 Mar 2016 15:51:42 -0800 Subject: [PATCH] [vim] Add vim-commentary, vim-argumentative; use solarized colors --- vimrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index b5cce51..fc1bc6f 100644 --- a/vimrc +++ b/vimrc @@ -22,6 +22,8 @@ Plugin 'tpope/vim-repeat' Plugin 'tpope/vim-speeddating' Plugin 'tpope/vim-surround' Plugin 'tpope/vim-unimpaired' +Plugin 'tpope/vim-commentary' +Plugin 'PeterRincker/vim-argumentative' " Documentation and completion Plugin 'MarcWeber/vim-addon-mw-utils' @@ -167,9 +169,9 @@ set bg=dark " Try to use the solarized colorscheme if the terminal can support it let g:solarized_termtrans = 0 " transparent terminals let g:solarized_visibility = 'low' " visibility of list chars -"try -" colorscheme solarized -"endtry +try + colorscheme solarized +endtry " Empty snipmate options dictionary let g:snipMate = {}