Skip to content

Commit

Permalink
chore: improve stop message
Browse files Browse the repository at this point in the history
  • Loading branch information
S1M0N38 committed Apr 30, 2024
1 parent c726a96 commit f454d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dante/assistant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function assistant.query(preset, query, res_buf, callback)

vim.api.nvim_buf_set_keymap(res_buf, "n", "x", "", {
callback = function()
vim.notify("Stop.")
vim.notify("Stopping...")
vim.fn.jobstop(job)
end,
})
Expand Down

0 comments on commit f454d09

Please sign in to comment.