From 7eeb36c136a9b1d16896f665b1d6df7a08d6850c Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Sat, 12 Jun 2021 00:12:37 +0300 Subject: [PATCH] [nvim] show ModeMsg in bold ... --- nvim/colors/dotfiles.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/colors/dotfiles.vim b/nvim/colors/dotfiles.vim index ec50d72..a9f7751 100644 --- a/nvim/colors/dotfiles.vim +++ b/nvim/colors/dotfiles.vim @@ -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, '', '')