Fix cursorline adjustment

This commit is contained in:
Thomas Gideon 2017-06-13 10:50:39 -04:00
parent 913393516b
commit 76f186c4ab
2 changed files with 4 additions and 0 deletions

3
gvimrc
View File

@ -13,3 +13,6 @@ set guioptions-=r
set guioptions-=b
set guioptions-=T
set guioptions-=m
" set this here for graphical sessions since setting bg dark seems to reset,
" also set in vimrc for graphical sessions
hi CursorLine guibg=Grey10

1
vimrc
View File

@ -114,4 +114,5 @@ endif
" make sure to set TERM to xterm-256color in terminal program or app
colorscheme slate
" set this here for terminal sessions, also set in gvimrc for graphical sessions
hi CursorLine guibg=Grey10