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
Trying to find a mechanism to disable the window bar for many pop-up windows that just show information. Though about checking if they are focusable. Because many of them use the nvim_open_win option focusable = false. But I can't figure out if there is any vim.wo I could check in my disable_winbar_cb function.
Any ideas?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey 👋🏾
Trying to find a mechanism to disable the window bar for many pop-up windows that just show information. Though about checking if they are focusable. Because many of them use the
nvim_open_win
optionfocusable = false
. But I can't figure out if there is anyvim.wo
I could check in mydisable_winbar_cb
function.Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions