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

This commit is contained in:
Folke Lemaitre 2023-10-11 08:59:18 +02:00
parent e6d294df6f
commit a2d604928b
6 changed files with 126 additions and 38 deletions

View file

@ -104,6 +104,7 @@ function M.setup(opts)
end
M.load("keymaps")
Util.format.setup()
Util.root.setup()
end,
})