feat: support CocFadeOut (#293)

* feat: support CocFadeOut

Co-authored-by: Josh Dick <josh@joshdick.net>
This commit is contained in:
Chris Midgley
2022-03-24 23:55:34 +00:00
committed by GitHub
parent d472198ec6
commit 7db2ed5b82

View File

@@ -596,6 +596,7 @@ call s:h("CocErrorSign", { "fg": s:red })
call s:h("CocWarningSign", { "fg": s:yellow })
call s:h("CocInfoSign", { "fg": s:blue })
call s:h("CocHintSign", { "fg": s:cyan })
call s:h("CocFadeOut", { "fg": s:comment_grey })
" neomake/neomake
call s:h("NeomakeErrorSign", { "fg": s:red })