mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-03 14:04:34 +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",
|
"<leader>fe",
|
||||||
function()
|
function()
|
||||||
Snacks.picker.explorer({ cwd = LazyVim.root() })
|
Snacks.explorer({ cwd = LazyVim.root() })
|
||||||
end,
|
end,
|
||||||
desc = "Explorer Snacks (root dir)",
|
desc = "Explorer Snacks (root dir)",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"<leader>fE",
|
"<leader>fE",
|
||||||
function()
|
function()
|
||||||
Snacks.picker.explorer()
|
Snacks.explorer()
|
||||||
end,
|
end,
|
||||||
desc = "Explorer Snacks (cwd)",
|
desc = "Explorer Snacks (cwd)",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue