mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +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
|
end
|
||||||
M.cmd(prefix, opts)
|
M.cmd(prefix, opts)
|
||||||
end, {
|
end, {
|
||||||
|
bar = true,
|
||||||
bang = true,
|
bang = true,
|
||||||
nargs = "?",
|
nargs = "?",
|
||||||
desc = "Lazy",
|
desc = "Lazy",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue