[vim] Add vim-commentary, vim-argumentative; use solarized colors
This commit is contained in:
parent
89070b920e
commit
d67c5a16a2
1 changed files with 5 additions and 3 deletions
8
vimrc
8
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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue