mirror of https://github.com/folke/lazy.nvim.git
feat(commands): allow commands like `Lazy ... | ...` (#377)
Set bar attribute: ``` -bar The command can be followed by a "|" and another command. ```
This commit is contained in:
parent
e2556e38c7
commit
7b78ce3332
|
@ -94,6 +94,7 @@ function M.setup()
|
|||
end
|
||||
M.cmd(prefix, opts)
|
||||
end, {
|
||||
bar = true,
|
||||
bang = true,
|
||||
nargs = "?",
|
||||
desc = "Lazy",
|
||||
|
|
Loading…
Reference in New Issue