s1n7ax/nvim-window-picker

statusline-winbar-hint doesn't play well when cmdheight > 1

Opened this issue · 1 comments

I'm using cmdheight = 2 and laststatus = 3

It seems due to

{
name = 'cmdheight',
value = 1,
},
, when window picker is in action, cmdheight gets reduced to 1 temporarily, which makes it a bit 'jumpy'.

I can see the opt_save part so this seems intentional(?). But I wonder if it's possible to make it a bit adaptive? Thank you!

Possibly related: there seems to be an issue when using both this plugin and noice.nvim.

Following this plugin (plus neo-tree in my case) install/config instructions as well as noice.nvim instructions, trying to select a window with this plugin results in an error:

E5108: Error executing lua: ...icker/lua/window-picker/hints/statusline-winbar-hint.lua:148: Invalid window id: 1004
stack traceback:
	[C]: in function '__newindex'
	...icker/lua/window-picker/hints/statusline-winbar-hint.lua:148: in function 'restore_win_opts'
	...icker/lua/window-picker/hints/statusline-winbar-hint.lua:109: in function 'clear'
	...indow-picker/lua/window-picker/pickers/window-picker.lua:75: in function 'pick_window'
	...y/neo-tree.nvim/lua/neo-tree/sources/common/commands.lua:854: in function 'open_file'
	...y/neo-tree.nvim/lua/neo-tree/sources/common/commands.lua:731: in function 'open'
	...y/neo-tree.nvim/lua/neo-tree/sources/common/commands.lua:755: in function 'open_with_cmd'
	...y/neo-tree.nvim/lua/neo-tree/sources/common/commands.lua:875: in function 'split_with_window_picker'
	...o-tree.nvim/lua/neo-tree/sources/filesystem/commands.lua:212: in function <...o-tree.nvim/lua/neo-tree/sources/filesystem/commands.lua:211>