Minor update in vimrc.

This commit is contained in:
2017-08-31 23:22:33 +01:00
parent bb11ac83c1
commit 3bef3bed7e

View File

@@ -515,7 +515,7 @@ if filereadable(expand('~/.vim/bundle/Vundle.vim/README.md'))
" :GitGutterLineHighlightsToggle
"
Plugin 'airblade/vim-gitgutter'
let g:gitgutter_sign_column_always = 1
set signcolumn=yes
let g:gitgutter_map_keys = 0
let g:gitgutter_realtime = 0
let g:gitgutter_eager = 0
@@ -534,12 +534,12 @@ if filereadable(expand('~/.vim/bundle/Vundle.vim/README.md'))
"
" Nice colorschemes.
"
if has("gui_running")
if &t_Co >= 256 || has('gui_running')
Plugin 'nanotech/jellybeans.vim'
"colorscheme jellybeans
"let g:jellybeans_use_lowcolor_black = 0
endif
if has("gui_running")
if &t_Co >= 256 || has('gui_running')
Plugin 'altercation/vim-colors-solarized.git'
let g:solarized_termcolors=256
"set backgroung=dark