From 6a115fd3903aec7d670a313775137cab6223746a Mon Sep 17 00:00:00 2001 From: troiganto Date: Tue, 30 Jul 2024 12:22:49 +0200 Subject: [PATCH] Set filetype for select-node windows. This allows configuring plugins like lualine to treat the window specially, e.g. by disabling the winbar. --- lua/org-roam/core/ui/select.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/org-roam/core/ui/select.lua b/lua/org-roam/core/ui/select.lua index 906215a..95bc31e 100644 --- a/lua/org-roam/core/ui/select.lua +++ b/lua/org-roam/core/ui/select.lua @@ -303,6 +303,7 @@ function M:open() bufopts = { offset = 1, modifiable = true, + filetype = "org-roam-select", }, winopts = { cursorline = false,