Skip to content

Commit

Permalink
feat(commands): allow commands like Lazy ... | ... (#377)
Browse files Browse the repository at this point in the history
Set bar attribute:
```
-bar	    The command can be followed by a "|" and another command.
```
  • Loading branch information
hgigas committed Jan 13, 2023
1 parent e2556e3 commit 7b78ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/view/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function M.setup()
end
M.cmd(prefix, opts)
end, {
bar = true,
bang = true,
nargs = "?",
desc = "Lazy",
Expand Down

0 comments on commit 7b78ce3

Please sign in to comment.