Don't highlight cursor line
This commit is contained in:
parent
531502633f
commit
5f7ba84ce6
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
|
local.vim
|
||||||
.netrwhist
|
.netrwhist
|
||||||
bundle/*
|
bundle/*
|
||||||
|
spell/*
|
||||||
|
@ -95,7 +95,7 @@ if has('gui_running') || &t_Co == 256
|
|||||||
call s:hi('Cursor', '', '', 'reverse')
|
call s:hi('Cursor', '', '', 'reverse')
|
||||||
call s:hi('CursorIM', '', '', '')
|
call s:hi('CursorIM', '', '', '')
|
||||||
call s:hi('CursorColumn', '235', '', '')
|
call s:hi('CursorColumn', '235', '', '')
|
||||||
call s:hi('CursorLine', '', '0', '')
|
call s:hi('CursorLine', '', '', '')
|
||||||
call s:hi('Directory', '', '', '')
|
call s:hi('Directory', '', '', '')
|
||||||
call s:hi('DiffAdd', '2', '', '')
|
call s:hi('DiffAdd', '2', '', '')
|
||||||
call s:hi('DiffChange', '', '', '')
|
call s:hi('DiffChange', '', '', '')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user