We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edc877 commit a433fadCopy full SHA for a433fad
1 file changed
lua/ai_commit_msg/generator.lua
@@ -104,7 +104,9 @@ function M.generate(config, callback)
104
return
105
end
106
107
- vim.notify("ai-commit-msg.nvim: Calling AI API", vim.log.levels.DEBUG)
+ vim.schedule(function()
108
+ vim.notify("ai-commit-msg.nvim: Calling AI API", vim.log.levels.DEBUG)
109
+ end)
110
111
local start_time = vim.uv.hrtime()
112
0 commit comments