chipsenkbeil / org-roam.nvim

Port of org-roam to neovim using orgmode
MIT License
125 stars 11 forks source link

Set filetype for select-node windows. #59

Closed troiganto closed 3 months ago

troiganto commented 3 months ago

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.