mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-08 11:03:49 -05:00
feat: support CocFadeOut (#293)
* feat: support CocFadeOut Co-authored-by: Josh Dick <josh@joshdick.net>
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user