mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
Allow commands like Lazy ... | ...
Set bar attribute: ``` -bar The command can be followed by a "|" and another command. ```
This commit is contained in:
parent
bcd87a0215
commit
cdda5b8bc6
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ function M.setup()
|
|||
end
|
||||
M.cmd(prefix, opts)
|
||||
end, {
|
||||
bar = true,
|
||||
bang = true,
|
||||
nargs = "?",
|
||||
desc = "Lazy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue