mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 09:48:59 +02:00
feat(ui): added :LazyExtras
to manage enabled extras in LazyVim
This commit is contained in:
parent
739409cd4b
commit
38b530d33d
6 changed files with 218 additions and 74 deletions
|
@ -106,12 +106,6 @@ function M.detect(opts)
|
|||
return ret
|
||||
end
|
||||
|
||||
function M.setup()
|
||||
vim.api.nvim_create_user_command("LazyRoot", function()
|
||||
M.info()
|
||||
end, { desc = "LazyVim roots for the current buffer" })
|
||||
end
|
||||
|
||||
function M.info()
|
||||
local spec = type(vim.g.root_spec) == "table" and vim.g.root_spec or M.spec
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue