neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.43k stars 954 forks source link

No sign is displayed in Vim8 when "diagnostic.enableHighlightLineNumber" is "true" #1677

Closed yaegassy closed 4 years ago

yaegassy commented 4 years ago

Result from CocInfo

## versions

vim version: VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Mar 23 2020 06:10:20)
node version: v12.13.1
coc.nvim version: 0.0.77
term: iTerm.app
platform: darwin

## Output channel: eslint

[Info  - 10:26:04] ESLint server running in node v12.13.1
[Info  - 10:26:05] ESLint library loaded from: /private/tmp/coc-issue-proj/node_modules/eslint/lib/api.js

Describe the bug

The default value for diagnostic.enableHighlightLineNumber is currently set to true.

No sign is displayed in Vim8 when "diagnostic.enableHighlightLineNumber" is "true".

Vim8 is experiencing this symptom.

No problem with Neovim.

Reproduce the bug

Screenshots (Demo)

coc-sign-issue

yaegassy commented 4 years ago

Thank you for the fix!