nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
6.03k stars 463 forks source link

Bug: exponent symbols showing up when using with `NvimTree` with certain themes. #907

Closed ChrisMGeo closed 1 year ago

ChrisMGeo commented 1 year ago

Self Checks

How to reproduce the problem

My setup uses LunarVim, which comes with NvimTree and LuaLine by default. Use a theme like techtuner/aura-neovim, and open NvimTree using <leader> + e

Expected behaviour

No exponent symbols should show up when using certain themes.

Actual behaviour

Exponent symbols show up in the c (x too?) section of the line.

Minimal config to reproduce the issue

Aditional information

Pictures as proof: Normal: image

While NvimTree is open: image

shadmansaleh commented 1 year ago

upstream: https://github.com/neovim/neovim/issues/19803

duplicate: https://github.com/nvim-lualine/lualine.nvim/issues/850