mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-12 18:34:36 +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
|
@ -104,6 +104,7 @@ function M.setup(opts)
|
|||
end
|
||||
M.load("keymaps")
|
||||
Util.format.setup()
|
||||
Util.root.setup()
|
||||
end,
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue