airblade/vim-gitgutter

Doesn't show anything

xlebushek13 opened this issue · 5 comments

Git gutter dont shown anything but if i execute :sing place group=gitgutter its show diff

image

why gutter don show changes in number line

image

im using nvim 0.7.0
and lunar vim 1.1.3

Thanks for the details.

Either the sign column isn't showing or the signs have the same foreground (and background) colour as the sign column.

What do these produce?

:echo &signcolumn
:sign list GitGutterLineAdded
:highlight GitGutterAdd
  1. command output no
  2. command output

image

3. command output

image

Try set signcolumn=yes in your init.vim.

Yep this work, thanks a lot, im so inattentive