Skip to content

Commit

Permalink
Adjust fidget.nvim plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalDevil committed Oct 15, 2023
1 parent 8065220 commit 99a15b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/configs/plugin/fidget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end

local opts = {
text = {
spinner = "moon", -- animation shown when tasks are ongoing
spinner = "dots", -- animation shown when tasks are ongoing
done = "", -- character shown when all tasks are complete
commenced = "Started", -- message shown when task starts
completed = "Completed", -- message shown when task completes
Expand Down

0 comments on commit 99a15b0

Please sign in to comment.