this post was submitted on 14 Jun 2023
3 points (100.0% liked)

VIM - Vi Improved

15 readers
1 users here now

VIM - Vi Improved, text editor community

Please use English.

founded 4 years ago
MODERATORS
 

Hi, I have set up my neovim config listchars like so:

vim.opt.listchars = { tab = "│ ", trail = "·", precedes = "<", extends = ">", nbsp = "○" }

But for empty lines between the indentations there are these awful holes left.

I used to use intent-blankline.nvim but I want to try to tone down my plugin usage, and I pretty much used it only to fix this issue, could somebody help me?

you are viewing a single comment's thread
view the rest of the comments
[–] aktenkundig@discuss.tchncs.de 1 points 1 year ago

These are actually important. The "holes" show you that there is no (spurious) whitespace on that line.