vim version: VIM - Vi IMproved 9.0 9001848
node version: v20.6.0
coc.nvim version: 0.0.82-bf42a827 2023-09-06 11:47:03 +0800
coc.nvim directory: /home/user/.vim/plugged/coc.nvim
term: dumb
platform: linux
Log of coc.nvim
2023-09-06T11:38:54.597 INFO (pid:21453) [plugin] - coc.nvim initialized with node: v20.6.0 after 612
2023-09-06T11:38:54.599 INFO (pid:21453) [services] - LanguageClient ESLint state change: stopped => starting
2023-09-06T11:38:54.610 INFO (pid:21453) [language-client-index] - Language server "eslint" started with 21494
2023-09-06T11:38:54.619 INFO (pid:21453) [language-client-index] - Language server "ltex" started with 21495
2023-09-06T11:38:54.753 INFO (pid:21453) [services] - LanguageClient ESLint state change: starting => running
2023-09-06T11:38:54.758 INFO (pid:21453) [services] - service eslint started
Result from CocInfo
versions
vim version: VIM - Vi IMproved 9.0 9001848 node version: v20.6.0 coc.nvim version: 0.0.82-bf42a827 2023-09-06 11:47:03 +0800 coc.nvim directory: /home/user/.vim/plugged/coc.nvim term: dumb platform: linux
Log of coc.nvim
2023-09-06T11:38:54.597 INFO (pid:21453) [plugin] - coc.nvim initialized with node: v20.6.0 after 612 2023-09-06T11:38:54.599 INFO (pid:21453) [services] - LanguageClient ESLint state change: stopped => starting 2023-09-06T11:38:54.610 INFO (pid:21453) [language-client-index] - Language server "eslint" started with 21494 2023-09-06T11:38:54.619 INFO (pid:21453) [language-client-index] - Language server "ltex" started with 21495 2023-09-06T11:38:54.753 INFO (pid:21453) [services] - LanguageClient ESLint state change: starting => running 2023-09-06T11:38:54.758 INFO (pid:21453) [services] - service eslint started
Describe the bug
My colour scheme is PaperColor.
Coc creates unexpected white spaces in the sign column/number lines when
set signcolumn=number
is enabled.This seems to be caused by the highlight groups
Coc[x]Line
. For instance, with:The red background colour clearly goes into the sign column/number lines.
This is not an issue when using
set signcolumn=auto
:I mostly use gVim, but this also affects terminal Vim:
Reproduce the bug
We will close your issue when you don't provide minimal vimrc and we can't reproduce it
The minimal vimrc should be:
Screenshots (optional)
If applicable, add screenshots to help explain your problem.