mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
feat(picker.undo): better undo tree visualization. Closes #863
This commit is contained in:
parent
c2310c6d1e
commit
44b8e38204
3 changed files with 60 additions and 52 deletions
|
@ -698,6 +698,7 @@ M.undo = {
|
|||
preview = "preview",
|
||||
confirm = "item_action",
|
||||
win = { preview = { wo = { number = false, relativenumber = false, signcolumn = "no" } } },
|
||||
icons = { tree = { last = "┌╴" } }, -- the tree is upside down
|
||||
}
|
||||
|
||||
-- Open a project from zoxide
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue