Skip to content

Commit

Permalink
update: init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassin01 committed Feb 11, 2023
1 parent 5af0614 commit c2df283
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lua/wf/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,10 @@ local function setup_objs(choices_obj, callback, opts_)
-- -- print(vim.inspect(vim.api.nvim_get_mode()))
-- -- vim.fn.feedkeys('A', 'n')
-- end))()
-- vim.schedule(function()
-- vim.cmd("startinsert!")
-- -- vim.fn.feedkeys("A", "n")
-- end)
vim.cmd("startinsert")
vim.schedule(function()
vim.cmd("startinsert!")
-- vim.fn.feedkeys("A", "n")
end)

async(_callback)(caller_obj, fuzzy_obj, which_obj, output_obj, choices_obj, groups_obj, callback, opts)
-- _callback(caller_obj, fuzzy_obj, which_obj, output_obj, choices_obj, groups_obj, callback, opts)
Expand Down

0 comments on commit c2df283

Please sign in to comment.