diff options
author | Evgeni Chasnovski <evgeni.chasnovski@gmail.com> | 2024-10-17 14:01:29 +0300 |
---|---|---|
committer | Christian Clason <ch.clason+github@icloud.com> | 2024-10-31 09:47:40 +0100 |
commit | 295920845ebd78b2bad210eba51824369de44b19 (patch) | |
tree | dedaf31e1b551973b294586dce83f37257ef2566 /runtime/lua/vim/ui.lua | |
parent | 8df682250768be9a07f855bb89ada665b7626413 (diff) | |
download | rneovim-295920845ebd78b2bad210eba51824369de44b19.tar.gz rneovim-295920845ebd78b2bad210eba51824369de44b19.tar.bz2 rneovim-295920845ebd78b2bad210eba51824369de44b19.zip |
feat(highlight): make `PmenuMatch` and `PmenuMatchSel` bold
Problem: both `PmenuMatch` and `PmenuMatchSel` can provide helpful
information about characters which actually match query in completion
candidates. This is not as useful with default regular match, but much
more useful with 'completopt+=fuzzy'.
Solution: make both highlight groups bold. This will also affect
(i.e. benefit) other color schemes which do not define groups
separately.
This is possible since the recently merged changes to `PmenuMatch` and
`PmenuMatchSel` combine attributes with underlying "base" groups.
See PR 29980.
Diffstat (limited to 'runtime/lua/vim/ui.lua')
0 files changed, 0 insertions, 0 deletions