mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-02 21:44:37 +02:00
style(picker.explorer): use shortcut
This commit is contained in:
parent
4f006f1fba
commit
0e94534dd9
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ return {
|
|||
{
|
||||
"<leader>fe",
|
||||
function()
|
||||
Snacks.picker.explorer({ cwd = LazyVim.root() })
|
||||
Snacks.explorer({ cwd = LazyVim.root() })
|
||||
end,
|
||||
desc = "Explorer Snacks (root dir)",
|
||||
},
|
||||
{
|
||||
"<leader>fE",
|
||||
function()
|
||||
Snacks.picker.explorer()
|
||||
Snacks.explorer()
|
||||
end,
|
||||
desc = "Explorer Snacks (cwd)",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue