NTBBloodbath / galaxyline.nvim

neovim statusline plugin written in lua
MIT License
163 stars 16 forks source link

fix: Skip loading statusline on floating windows. #18

Closed sindrets closed 2 years ago

sindrets commented 2 years ago

Until now the satusline would load even when entering floating windows, despite the fact that floating windows can't have statuslines. This would also cause issues if the target was a window-relative float. In this case the update would be applied to the parent window, but with the wrong file info. This was causing file icons to lose their highlights upon opening hover windows etc.