mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-02 21:44:37 +02:00
feat(root): customizable root detection and :LazyRoot
command
This commit is contained in:
parent
5538ab2d64
commit
171a843edf
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