Yggdroot / LeaderF

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.
Apache License 2.0
2.13k stars 178 forks source link

Is it possible to change the highlight of separators of the status line of the popup window? #613

Open brglng opened 4 years ago

brglng commented 4 years ago

I would like to change the highlight of the separator (i.e., the powerline symbol at the bottom of the screenshot) individually without changing Lf_hl_popup_normalMode, Lf_hl_popup_inputMode, Lf_hl_popup_category, etc., however I cannot find a highlight group for that.

图片

Yggdroot commented 4 years ago
Lf_hl_popup_{category}_sep0
Lf_hl_popup_{category}_sep1
Lf_hl_popup_{category}_sep2
Lf_hl_popup_{category}_sep3
Lf_hl_popup_{category}_sep4
Lf_hl_popup_{category}_sep5

{category} can be File, Mru, .etc.

brglng commented 4 years ago

Is there a convenient way to set the separator highlight for all categories?

brglng commented 4 years ago

Maybe the Lf_hl_popup_{category}_sep0 should be allowed to have different colors in input mode and normal mode.

brglng commented 4 years ago

Any update on this issue?

Yggdroot commented 4 years ago

I find it is not easy to implement.

brglng commented 4 years ago

Thanks for reply. I'll be patient.