Open fragov opened 5 years ago
coc.nvim with eslint or git extention adds signs to gutter (signcolumn), but when ShowMarks plugin is enabled, the signs are almost all time removed from gutter. In insert mode they stay in gutter, but not always.
i think it is because sign place ... buffer=x supercedes all priorities of sign place ... priority=99999 file=x buffer needs to respect priority
sign place ... buffer=x
sign place ... priority=99999 file=x
coc.nvim with eslint or git extention adds signs to gutter (signcolumn), but when ShowMarks plugin is enabled, the signs are almost all time removed from gutter. In insert mode they stay in gutter, but not always.