Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.13k stars 227 forks source link

Indent field overlapping text on horizontal scrolling #352

Closed weiss-d closed 3 years ago

weiss-d commented 3 years ago

Hi! We've found this issue together with @ChristianChiarulli when the plugin is used in his "nvcode" config. It feels rather confusing when indented text hides like shown on the gif when scrolling horizontally. And when I press <C-_>, or <C-^> to go to the start of the line, cursor moves and also gets hidden.

indent_bug

The lua branch of the plugin is used. Neovim info:

❯ nvim --version
NVIM v0.5.0-dev+1182-gb79596eb5
Build type: RelWithDebInfo
LuaJIT 2.0.5
Compilation: /usr/sbin/cc -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/home/main-builder/pkgwork/src/build/config -I/home/main-builder/pkgwork/src/neovim-nightly-git/src -I/usr/include -I/home/main-builder/pkgwork/src/build/src/nvim/auto -I/home/main-builder/pkgwork/src/build/include
Compiled by main-builder

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

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"
weiss-d commented 3 years ago

Sorry, wrong repo :]