feat(root): customizable root detection and :LazyRoot command

This commit is contained in:
Folke Lemaitre committed 2023-10-12 11:48:02 +02:00
1 parent e6d294df6f
commit a2d604928b
6 files changed
+126 -38

No files matched your search

+1 -1
View File
@@ -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)",
},