junegunn / limelight.vim

:flashlight: All the world's indeed a stage and we are merely players
MIT License
2.36k stars 54 forks source link

Exclude certain highlight groups (Search/IncSearch) #21

Closed frace closed 9 years ago

frace commented 9 years ago

Currently with limelight being enabled it is not possible to spot all results during a live search or the final search results. Only results being inside the "limelighted" paragraph range are visible.

So would it be possible to exclude certain highlight groups from being "dimmed"? In that secific case I do talk about Search and IncSearch highlight groups.

junegunn commented 9 years ago

Thanks for the suggestion. You can now set g:limelight_priority to -1 not to overrrule hlsearch. See :help matchadd for details.

frace commented 9 years ago

Thank you very much for the quick enhancement!