Compare commits

...

2 commits

Author SHA1 Message Date
pull[bot]
2a22030e33
Merge pull request #286 from dmitmel/master
[pull] master from dmitmel:master
2021-06-11 23:20:56 +00:00
Dmytro Meleshko
7eeb36c136 [nvim] show ModeMsg in bold
...
2021-06-12 00:12:37 +03:00

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, '', '')