Don't highlight cursor line

This commit is contained in:
Kenneth Benzie 2018-08-26 19:14:59 +01:00
parent 531502633f
commit 5f7ba84ce6
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
local.vim
.netrwhist
bundle/*
spell/*

View File

@ -95,7 +95,7 @@ if has('gui_running') || &t_Co == 256
call s:hi('Cursor', '', '', 'reverse')
call s:hi('CursorIM', '', '', '')
call s:hi('CursorColumn', '235', '', '')
call s:hi('CursorLine', '', '0', '')
call s:hi('CursorLine', '', '', '')
call s:hi('Directory', '', '', '')
call s:hi('DiffAdd', '2', '', '')
call s:hi('DiffChange', '', '', '')