Skip to content

Commit

Permalink
chore(README): update progress_icon default value (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN authored Dec 16, 2024
1 parent e2a175c commit c7bfb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Available options are shown below:
done_style = "Constant", -- Highlight group for completed LSP tasks
progress_ttl = math.huge, -- How long a message should persist when in progress
progress_icon = -- Icon shown when LSP progress tasks are in progress
{ pattern = "dots", period = 1 },
{ "dots" },
progress_style = -- Highlight group for in-progress LSP tasks
"WarningMsg",
group_style = "Title", -- Highlight group for group name (LSP server name)
Expand Down

0 comments on commit c7bfb69

Please sign in to comment.