vim-dirvish
vim-dirvish copied to clipboard
Bug - Neovim 0.11 - 'precedes' listchar appears in windows narrower than a wider concealed full path
https://github.com/user-attachments/assets/654b8616-638d-4153-905b-f14e45853125
It seems to happen only when at least one of the concealed file paths in the dirvish buffer exceeds the width of the window, precedes character overwriting the first character of the file name.
Often the precedes character is visible and cutting of the first column as soon as the dirvish buffer is opened.
init.lua:
vim.opt.list = true
vim.opt.listchars:append 'precedes:<'
Using Neovim 0.11 on Arch Linux & macOS.
Didn't experience this issue in Neovim 0.10 or earlier versions.