stevearc / oil.nvim

Neovim file explorer: edit your filesystem like a buffer
MIT License
3.4k stars 92 forks source link

bug: Title is being displayed as Highlight #387

Closed alwaysamer closed 1 month ago

alwaysamer commented 1 month ago

Did you check the docs and existing issues?

Neovim version (nvim -v)

0.10.0

Operating system/version

MacOS 14.4.1

Describe the bug

Since setting up WezTerm, the title in my floating Oil window is being displayed with some sort of highlighting.

See here:

image

It may be due to my new WezTerm configuration, but I can't figure out what is missing because I am not very good at Lua, so I can't really check the code to see how the text is being displayed.

This is not really a bug but more of a question. How is that specific text being displayed so I can understand the issue and fix my config?

Thanks and sorry if this is the wrong place for this kind of questions. Been trying to fix this for a long time myself.

What is the severity of this bug?

minor (annoyance)

Steps To Reproduce

  1. Use WezTerm
  2. Start Oil in Neovim

Expected Behavior

I would expect the Text to be shown without that weird square in the Background.

Directory structure

No response

Repro

not really sure if this is neccessary.

Did you check the bug with a clean config?