mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] show ModeMsg in bold
...
This commit is contained in:
parent
e5a5579a10
commit
7eeb36c136
1 changed files with 1 additions and 1 deletions
|
@ -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, '', '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue