mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-05 11:18:26 +00:00
fix(picker.undo): disable number and signcolumn in preview
This commit is contained in:
parent
774e4ff302
commit
40cea79697
1 changed files with 1 additions and 0 deletions
|
@ -578,6 +578,7 @@ M.undo = {
|
||||||
format = "undo",
|
format = "undo",
|
||||||
preview = "preview",
|
preview = "preview",
|
||||||
confirm = "item_action",
|
confirm = "item_action",
|
||||||
|
win = { preview = { wo = { number = false, relativenumber = false, signcolumn = "no" } } },
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Open a project from zoxide
|
-- Open a project from zoxide
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue