mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
Merge 84fbd21d6e
into bc0630e43b
This commit is contained in:
commit
2c2ed9e9d4
1 changed files with 3 additions and 1 deletions
|
@ -108,7 +108,9 @@ function M.enable(opts)
|
|||
buf = buf,
|
||||
}
|
||||
end
|
||||
|
||||
if scope == nil then
|
||||
return
|
||||
end
|
||||
Snacks.animate(scopes_anim[win].from, scope.from, function(v)
|
||||
if not scopes_anim[win] or not vim.api.nvim_win_is_valid(win) then
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue