[nvim] show ModeMsg in bold

...
This commit is contained in:
Dmytro Meleshko 2021-06-12 00:12:37 +03:00
parent e5a5579a10
commit 7eeb36c136

View file

@ -121,7 +121,7 @@
call s:hi('Search', 0x1, 0xA, '', '')
hi! link Substitute Search
call s:hi('ModeMsg', 0xB, '', '', '')
call s:hi('ModeMsg', 0xB, '', 'bold', '')
call s:hi('Question', 0xB, '', '', '')
hi! link MoreMsg Question
call s:hi('Visual', '', 0x2, '', '')