mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-15 12:12:58 +00:00
minor color/syntastic fix
This commit is contained in:
parent
3620ab35ab
commit
a3f84f407d
2
vimrc
2
vimrc
@ -198,7 +198,7 @@ set background=dark " and a dark background of course
|
|||||||
set t_Co=256 " 256 color terminal FTW
|
set t_Co=256 " 256 color terminal FTW
|
||||||
|
|
||||||
" minor optical fix vor syntastic - background for extra-error-column
|
" minor optical fix vor syntastic - background for extra-error-column
|
||||||
highlight SignColumn ctermbg=8
|
highlight SignColumn ctermbg=0
|
||||||
|
|
||||||
" italic comments, yeah
|
" italic comments, yeah
|
||||||
highlight Comment cterm=italic
|
highlight Comment cterm=italic
|
||||||
|
Loading…
Reference in New Issue
Block a user