Skip to content

Commit

Permalink
fix(select-ui): set nowrap on window (#45)
Browse files Browse the repository at this point in the history
The signcolumn is part of the window width, which makes the padding too
long if it's visible.
  • Loading branch information
bi0ha2ard authored May 31, 2024
1 parent ae95490 commit 841e099
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 @@ -306,6 +306,7 @@ function M:open()
},
winopts = {
cursorline = false,
wrap = false,
},
components = {
function()
Expand Down

0 comments on commit 841e099

Please sign in to comment.