fix(picker.undo): disable number and signcolumn in preview

This commit is contained in:
Folke Lemaitre 2025-01-19 23:30:48 +01:00
parent 774e4ff302
commit 40cea79697
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -578,6 +578,7 @@ M.undo = {
format = "undo",
preview = "preview",
confirm = "item_action",
win = { preview = { wo = { number = false, relativenumber = false, signcolumn = "no" } } },
}
-- Open a project from zoxide