Compare commits

...

2 Commits

Author SHA1 Message Date
pull[bot] 86b542b4d0
Merge pull request #217 from dmitmel/master
[pull] master from dmitmel:master
2021-02-22 11:00:14 +00:00
Dmytro Meleshko a7d57f2fd8 [nvim] very specific fix of highlighting with termguicolors enabled 2021-02-22 11:16:11 +02:00
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, '', '', '')