mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
feat(toggle): return toggle after map
This commit is contained in:
parent
1c412f11c0
commit
4f22016b4b
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ function Toggle:map(keys, opts)
|
|||
self:_wk(keys, mode)
|
||||
end)
|
||||
end
|
||||
return self
|
||||
end
|
||||
|
||||
function Toggle:_wk(keys, mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue