morhetz / gruvbox

Retro groove color scheme for Vim
13.59k stars 1.1k forks source link

unable to see cursor in search #340

Open rishabhdeepsingh opened 4 years ago

rishabhdeepsingh commented 4 years ago

I am not able to see which line I am at when I search for a keyword. The highlighted text looks the same as searched text.

gustaphe commented 4 years ago

I agree that this is a problem. I have a line in ~/.vim/after/.vimrc:

hi clear Search  
hi Search cterm=underline ctermfg=3  
rishabhdeepsingh commented 4 years ago

I am using https://github.com/PeterRincker/vim-searchlight and its really cool. yours also work.