mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(picker.actions): checktime
after git_checkout
This commit is contained in:
parent
97cd4a5125
commit
b86d90e3e9
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ function M.git_checkout(picker, item)
|
|||
end
|
||||
Snacks.picker.util.cmd(cmd, function()
|
||||
Snacks.notify("Checkout " .. what, { title = "Snacks Picker" })
|
||||
vim.cmd.checktime()
|
||||
end, { cwd = item.cwd })
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue