feat(root): customizable root detection and :LazyRoot command
This commit is contained in:
1 parent
e6d294df6f
commit
a2d604928b
6 files changed
+126
-38
No files matched your search
@@ -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)",
|
||||
},
|
||||
|
||||
Reference in new issue
Block a user