mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-05 23:36:35 +00:00
fix(cmd): allow ranges. Fixes #93
This commit is contained in:
parent
a8fe63e4d5
commit
c0c2e1bd68
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ function M:_add(cmd)
|
|||
)
|
||||
end, {
|
||||
bang = true,
|
||||
range = true,
|
||||
nargs = "*",
|
||||
complete = function(_, line)
|
||||
self:_load(cmd)
|
||||
|
|
Loading…
Add table
Reference in a new issue