Skip to content

Commit

Permalink
Set filetype for select-node windows. (#59)
Browse files Browse the repository at this point in the history
This allows configuring plugins like lualine to treat the window
specially, e.g. by disabling the winbar.

Co-authored-by: troiganto <[email protected]>
  • Loading branch information
troiganto and troiganto authored Aug 5, 2024
1 parent 8de611d commit 192732a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/org-roam/core/ui/select.lua
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ function M:open()
bufopts = {
offset = 1,
modifiable = true,
filetype = "org-roam-select",
},
winopts = {
cursorline = false,
Expand Down

0 comments on commit 192732a

Please sign in to comment.