nvimdev / indentmini.nvim

A minimal and blazing fast indentline plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when the window is horizontally moved it will render wrongly

shellRaining opened this issue · comments

set nowrap, and type a long string, then move horizontally, it will occur this ...

Kapture 2023-04-18 at 15 19 22

I think you configed the listchars

no, I use the default settings: "tab:> ,trail:-,nbsp:+", and set tab to blank

trail:- so you see lots of -

image

in line 75 and 82, there are |

hmm oh sry I see it now .