Skip to content
Discussion options

You must be logged in to vote

Yes, that is indeed the problem. The same behavior occurs with other pickers as well. As a workaround, you can use this:

opts = {
  picker = {
    on_show = function(picker)
      vim.schedule(function()
        -- vim.api.nvim_win_call(picker.input.win.win, function()
        vim.cmd 'startinsert'
        -- end)
      end)
    end,

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@santhosh-tekuri
Comment options

@drowning-cat
Comment options

Answer selected by santhosh-tekuri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants