[nvim] very specific fix of highlighting with termguicolors enabled

This commit is contained in:
Dmytro Meleshko 2021-02-22 11:16:11 +02:00
parent d597858cce
commit a7d57f2fd8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
call s:hi('Italic', 0xE, '', 'italic', '')
call s:hi('Bold', 0xA, '', 'bold', '')
call s:hi('Underlined', 0x8, '', 'underline', '')
call s:hi('Title', 0xD, '', '', '')
call s:hi('Title', 0xD, '', 'NONE', '')
hi! link Directory Title
call s:hi('Conceal', 0xC, 'NONE', '', '')
call s:hi('NonText', 0x3, '', '', '')