-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Color for diagnostic type (Error, Hint, Warning) doesn't respect the severity #117
Comments
Could you please provide me with the minimal vimrc to reproduce that bug ? |
Please reopen with minimal vimrc if issue persists. |
I'm having the same problem with this plugin in neovim. It appears to be caused by
I'll also note that the colors used to work fine for me with termguicolors enabled, but broke in some random update a while ago, probably around the time this issue was originally opened. |
#126 (comment) |
The telescope plugin is doing what i need. |
Environment
echo $FZF_DEFAULT_OPTS
:--layout=reverse-list --inline-info --bind ctrl-f:preview-down,ctrl-b:preview-up,ctrl-u:preview-page-up,ctrl-d:preview-page-down
bat --version
:bat 0.18.1
(n)vim --version
:NVIM v0.8.0-dev-1170-g63be76518
Describe the Bug
Severity color (Error, Hint, Warning) in
:CocFzfList diagnostics
both for current buf and workspace doesn't seem to respect the severity. All being rendered Red.To Reproduce
No config done apart from layout
vim.g.coc_fzf_preview = 'up:50%'
Steps to Reproduce
Just run
:CocFzfList diagnostics
Expected Behavior
The color for severity message should respect the severity. eg. Error: red, Hint: blue, Warning: yellow.
Thanks for this great plugin btw.
The text was updated successfully, but these errors were encountered: