I use the lualine plugin to give all my buffers a winbar. This bar reduces their height by 1, which the select-node buffer doesn't take into account when calculating its height. The consequence is that the last option in the selection menu is out of view.
Lualine allows the user to selectively disable it for certain filetypes and buftypes. This PR simply sets the filetype on the select buffer to org-roam-select so I can disable the winbar for this menu.
I use the lualine plugin to give all my buffers a winbar. This bar reduces their height by 1, which the select-node buffer doesn't take into account when calculating its height. The consequence is that the last option in the selection menu is out of view.
Lualine allows the user to selectively disable it for certain filetypes and buftypes. This PR simply sets the filetype on the select buffer to
org-roam-select
so I can disable the winbar for this menu.