nvim-tree / nvim-tree.lua

A file explorer tree for neovim written in lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Un-needed indentline over root dir

siduck opened this issue · comments

Hi , I found this strange behaviour in which the root dir gets an indentline

image

If I click on a dir then the indentline vanishes

image

I didnt face this issue before at all , I think some of changes in commits on Nov 27 caused it :(

simplescreenrecorder-2021-11-28_12.11.31.mp4
commented

cannot reproduce, would you mind sharing a minimal config ?

cannot reproduce, would you mind sharing a minimal config ?

hm I tried a minimal config and didnt face any issue. Trying to figure out what might go wrong with my config

my nvimtree config https://github.com/NvChad/NvChad/blob/dev/lua/plugins/configs/nvimtree.lua

I faced this issue after updating the plugin yesterday :

simplescreenrecorder-2021-11-28_19.03.35.mp4
commented

i managed to reproduce, when using arrows = 1 and indent markers at the same time. I'll fix this.

commented

shoud be fixed in latest master