nvimdev / galaxyline.nvim

neovim statusline plugin written in lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statusline stays in inactive mode after closing Nvim-tree

SmiteshP opened this issue · comments

Galaxyline stays inactive after closing nvim-tree. But opening a new tab or writing the file brings it back to normal.
Here is an example of the bug

galaxyline.mp4

My galaxyline config can be found here

commented

I'm experiencing the same issue too. Hope @SmiteshP's PR gets merged soon!

I have the same issue! :c

image

@Pocco81 @siduck76
Adding the following line to your init.vim can be used as a temporary fix :)
autocmd BufHidden * lua require('galaxyline').load_galaxyline()

@SmiteshP doesnt work :(

image

Hey @siduck76 !
I cloned your neovim-dotfiles and tried using this. It seems to fix this issue just fine. However, looking at your screenshot it seems that the galaxyline isn't becoming inactive for you when nvim-tree is open?

siduck_neovim.mp4

@SmiteshP yeah its weird , this wasnt happening before :(

commented

@SmiteshP the temporary fix worked for me, thanks :)