From 841e0997f5aeaa606ff1e343241e4b1c7a31590e Mon Sep 17 00:00:00 2001 From: bi0ha2ard Date: Fri, 31 May 2024 23:52:17 +0200 Subject: [PATCH] fix(select-ui): set nowrap on window (#45) The signcolumn is part of the window width, which makes the padding too long if it's visible. --- 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 e07ecee..906215a 100644 --- a/lua/org-roam/core/ui/select.lua +++ b/lua/org-roam/core/ui/select.lua @@ -306,6 +306,7 @@ function M:open() }, winopts = { cursorline = false, + wrap = false, }, components = { function()