Iron-E
Iron-E
Closing for now, I would recommend following up with `neo-tree`. Feel free to reopen if there are any additional findings that we can help with from our side :)
This could use some additional testing. I did the implementation but haven't had time to look around for edge cases yet; any help is appreciated!
@exzolink any problems with this branch so far? @romgrk any objections with this approach?
> @Iron-E added initial support for some Oracle stuff. > > @Iron-E , can you provide some feedback on this PR? Thanks! Sorry for the long time without a response!...
I put together a minimal config and wasn't able to reproduce: ```lua --[[ minimal.lua ]] local lazy = vim.fn.stdpath('data') .. '/lazy/' vim.opt.rtp:prepend { lazy .. 'barbar.nvim', lazy .. 'nvim-web-devicons', }...
Can your share your config? Or edit the minimal config to show the behavior? Sorry for the trouble :sweat_smile:
Note to self: try reproducing in minimal config with https://github.com/NvChad/base46
Does moving the barbar groups from `hl_add` to `hl_override` change anything? I'm not too familiar with NvChad but after skimming the documentation that might be worth trying
I created a simple `Dockerfile` to try and reproduce this with your config: ```Dockerfile FROM alpine:latest WORKDIR /tmp RUN apk add git RUN git clone https://github.com/exzolink/dotfiles/ WORKDIR / RUN mkdir...
> > `auto_hide = true` fixes issue, so i think something with hl set ordering > > Did you take this into account, since it is included in the config...