We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642dfd7 commit c8cb141Copy full SHA for c8cb141
lua/utils/picker.lua
@@ -126,6 +126,7 @@ local function get_picker_command(command, opts)
126
actions = {
127
confirm = function(_, selected)
128
if selected and selected.value then
129
+ vim.cmd('close')
130
opts.selection_handler(nil, { value = selected.value })
131
end
132
end,
0 commit comments