Coc.nvim: Display red sign which is before the line number with code error

Created on 9 Apr 2019  路  8Comments  路  Source: neoclide/coc.nvim

Whether there is an opportunity to set the display of mistakes as in ale: red symbol which is before the line number with a code mistake?
aleDisplayMistakes

question

Most helpful comment

set "diagnostic.signOffset": 9999999 to let coc's sign get higher priority.

All 8 comments

You closed a issue without any comment...
There is no built-in opportunity to reach similar visual effect?

I can't understand your question.
The feature is supported by default.
Consider reproduce by use minimal vimrc.

Thanks for the direction for search.
I found a problem - it is the conflict of vim-gitgutter and coc.nvim.
This plug-in works with ale well.
With coc.nvim red arrows just do not appear.: (
小an i ask you to repair this incompatibility?

There is priority for sign on vim recently, but not exists with neovim.

Can't fix for now.

set "diagnostic.signOffset": 9999999 to let coc's sign get higher priority.

Yes, in vim of an arrow are shown in itself.
In nvim they appeared too after I added "diagnostic.signOffset": 9999999 in coc-settings.json
Thanks!

set "diagnostic.signOffset": 9999999 to let coc's sign get higher priority.

Will you add this value as default in coc.vim?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FrankLA0203 picture FrankLA0203  路  3Comments

MaskRay picture MaskRay  路  3Comments

LinArcX picture LinArcX  路  4Comments

lanox picture lanox  路  3Comments

svenstaro picture svenstaro  路  4Comments