[vim] Move solarized variables out of try block
This commit is contained in:
parent
ba573c2db1
commit
ef1da9ff0e
1 changed files with 2 additions and 2 deletions
2
vimrc
2
vimrc
|
@ -158,9 +158,9 @@ endif
|
||||||
set bg=dark
|
set bg=dark
|
||||||
|
|
||||||
" Try to use the solarized colorscheme if the terminal can support it
|
" Try to use the solarized colorscheme if the terminal can support it
|
||||||
try
|
|
||||||
let g:solarized_termtrans = 0 " transparent terminals
|
let g:solarized_termtrans = 0 " transparent terminals
|
||||||
let g:solarized_visibility = 'low' " visibility of list chars
|
let g:solarized_visibility = 'low' " visibility of list chars
|
||||||
|
try
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
endtry
|
endtry
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue