vgit.nvim icon indicating copy to clipboard operation
vgit.nvim copied to clipboard

gutter causes cursor to jump around

Open classabbyamp opened this issue 2 years ago • 2 comments

Description

With live gutter enabled, the left edge of the screen bounces around as I type (example: https://asciinema.org/a/492847)

  • nvim --version output:
NVIM v0.7.0
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by void-buildslave@a-fsn-de

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info
  • Operating system: void linux

classabbyamp avatar May 07 '22 23:05 classabbyamp

That looks more jittery than it should, for sure, but it looks like you don't have vim.wo.signcolumn = 'yes' or set signcolumn=yes set; if you don't have that set there will always be some jumping as you make the first change.

ryan-talus avatar Jul 24 '22 13:07 ryan-talus

I had the same issue but setting signcolumn=yes fixed it.

Danielwsx64 avatar Aug 18 '22 15:08 Danielwsx64