We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9289b6 commit 0a81ed5Copy full SHA for 0a81ed5
1 file changed
lua/opencode/ui/file_picker.lua
@@ -122,7 +122,6 @@ local function snacks_picker_ui(callback, path)
122
end
123
end,
124
on_close = function(obj)
125
- vim.notify(vim.inspect(obj))
126
-- snacks doesn't seem to restore window / mode / cursor position when you
127
-- cancel the picker. if we pick a file, we're already handling that case elsewhere
128
if confirmed or not vim.api.nvim_win_is_valid(origin_win) then
0 commit comments