You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately. This plug looks like no longer maintained. The author's last reply was two years ago. Maybe you should fork out this project and fix it by yourself. :)
functionChooseWinShowingStatusLine()
let current = &laststatussetlaststatus=2
ChooseWin
exec'set laststatus=' . current
endfunctionnnoremap<space>ww<cmd>call ChooseWinShowingStatusLine()<CR>
Hello,
I use Neovim, since I use "global statusline" feature (enabled with
laststatus = 3
), I can't see anymore the window label on statusline each window.Now, I have to necessarily to enable
choosewin_overlay_enable
option.I'm not sure how this plugin should behave when global statusline feature is enabled 🤔
Best regards,
Stéphane
The text was updated successfully, but these errors were encountered: