Skip to content

Commit

Permalink
Remove "done!" notification (#241)
Browse files Browse the repository at this point in the history
* feat: done notification is toggleable

* fix: fix config pathing in spinner.lua

* fix: fix config pathing fr

* chore: clean up spinner config

* fix: fix config frfr

* chore(doc): update readme with new config

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: fix spinner not disappearing

* remove notify completely

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* remove config passed to chat

* chore: remove new line

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dung Duc Huynh (Kaka) <[email protected]>
  • Loading branch information
3 people authored Mar 27, 2024
1 parent b0af9ff commit 367f845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/CopilotChat/spinner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ function Spinner:finish()

timer:stop()
timer:close()

vim.api.nvim_buf_del_extmark(self.bufnr, self.ns, self.ns)
vim.notify('Done!', vim.log.levels.INFO, { title = self.title })
end

return Spinner

0 comments on commit 367f845

Please sign in to comment.