Skip to content

Commit

Permalink
perf(lsp): update lsp progress messages at most every 100ms
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 26, 2024
1 parent d29b26c commit 9a9756d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/noice/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function M.defaults()
format = "lsp_progress",
--- @type NoiceFormat|string
format_done = "lsp_progress_done",
throttle = 1000 / 30, -- frequency to update lsp progress message
throttle = 1000 / 10, -- frequency to update lsp progress message
view = "mini",
},
override = {
Expand Down

0 comments on commit 9a9756d

Please sign in to comment.