mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
try-catch for colour scheme
This commit is contained in:
parent
2791872624
commit
ceb0b307ff
6
vimrc
6
vimrc
@ -5,7 +5,11 @@ set encoding=utf-8
|
|||||||
"" appearance
|
"" appearance
|
||||||
" color scheme
|
" color scheme
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
colorscheme advantage
|
try
|
||||||
|
colorscheme advantage
|
||||||
|
catch /^Vim\%((\a\+)\)\=:E185/
|
||||||
|
colorscheme koehler
|
||||||
|
endtry
|
||||||
|
|
||||||
" count of lines w\o scrolling at the top and bottom
|
" count of lines w\o scrolling at the top and bottom
|
||||||
set scrolloff=3
|
set scrolloff=3
|
||||||
|
Loading…
Reference in New Issue
Block a user