Fix cursorline adjustment
This commit is contained in:
parent
913393516b
commit
76f186c4ab
2 changed files with 4 additions and 0 deletions
3
gvimrc
3
gvimrc
|
@ -13,3 +13,6 @@ set guioptions-=r
|
||||||
set guioptions-=b
|
set guioptions-=b
|
||||||
set guioptions-=T
|
set guioptions-=T
|
||||||
set guioptions-=m
|
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
1
vimrc
|
@ -114,4 +114,5 @@ endif
|
||||||
|
|
||||||
" make sure to set TERM to xterm-256color in terminal program or app
|
" make sure to set TERM to xterm-256color in terminal program or app
|
||||||
colorscheme slate
|
colorscheme slate
|
||||||
|
" set this here for terminal sessions, also set in gvimrc for graphical sessions
|
||||||
hi CursorLine guibg=Grey10
|
hi CursorLine guibg=Grey10
|
||||||
|
|
Loading…
Reference in a new issue