mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
fix(snacks.picker): flash integration
This commit is contained in:
parent
3de7b24cf6
commit
b5cd0d0e27
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ return {
|
|||
},
|
||||
action = function(match)
|
||||
local idx = picker.list:row2idx(match.pos[1])
|
||||
picker.list:move(idx, true)
|
||||
picker.list:_move(idx, true, true)
|
||||
end,
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue