mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
feat(root): customizable root detection and :LazyRoot
command
This commit is contained in:
parent
e6d294df6f
commit
a2d604928b
6 changed files with 126 additions and 38 deletions
|
@ -11,7 +11,7 @@ return {
|
|||
{
|
||||
"<leader>fe",
|
||||
function()
|
||||
require("neo-tree.command").execute({ toggle = true, dir = Util.root.get() })
|
||||
require("neo-tree.command").execute({ toggle = true, dir = Util.root() })
|
||||
end,
|
||||
desc = "Explorer NeoTree (root dir)",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue