mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(view): modes and help
This commit is contained in:
parent
88869e67d2
commit
0db98bf053
5 changed files with 95 additions and 24 deletions
|
@ -8,6 +8,7 @@ local M = {}
|
|||
---@field wait? boolean
|
||||
---@field clear? boolean
|
||||
---@field interactive? boolean
|
||||
---@field mode? string
|
||||
|
||||
---@param ropts RunnerOpts
|
||||
---@param opts? ManagerOpts
|
||||
|
@ -23,7 +24,7 @@ function M.run(ropts, opts)
|
|||
|
||||
if opts.interactive then
|
||||
vim.schedule(function()
|
||||
require("lazy.view").show()
|
||||
require("lazy.view").show(opts.mode)
|
||||
end)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue