You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
highlight.disableLanguages: List of filetypes to ignore. default: []
highlight.document.enable: Set to false disable document highlight of current symbol, reload coc.nvim required on change, default: true
highlight.colors.enable: Set to false to disable color highlight, reload coc.nvim required on change, default: true
highlight.colorNames.enable: Set to false to disable highlight of color names, default: true
F.A.Q
Q: Why color highlight is not shown on my vim?
A: For terminal vim, you have to enable 24-bit RGB color by set termguicolors and make sure your terminal support true colors. To make sure the
highlight is not disabled, enable verbose output by "highlight.trace": "verbose" in configuration file and checkout the output by :CocCommand workspace.showOutput highlight.
Q: How to change highlight of the current symbol.
A: All you need is overwrite the highlight group, checkout :h coc-highlights
License
MIT
About
Document highlight and document colors LSP support for coc.nvim