mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(picker): weird loading issue sith startinsert. Fixes #724
This commit is contained in:
parent
fbb54faec5
commit
2ebe40cb67
1 changed files with 3 additions and 1 deletions
|
|
@ -50,7 +50,9 @@ M.meta = {
|
|||
}
|
||||
|
||||
-- create actual picker functions for autocomplete
|
||||
vim.schedule(M.config.setup)
|
||||
vim.defer_fn(function()
|
||||
M.config.setup()
|
||||
end, 10)
|
||||
|
||||
--- Create a new picker
|
||||
---@param source? string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue