about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fnl/nvrc/packs/fidget.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/fidget.fnl b/fnl/nvrc/packs/fidget.fnl
index 0951dc1..6306bb3 100644
--- a/fnl/nvrc/packs/fidget.fnl
+++ b/fnl/nvrc/packs/fidget.fnl
@@ -3,5 +3,5 @@
 (setup {:progress {:display {:done_icon "^.^!"
                              :progress_icon {:pattern :dots :period 1}
                              :render_limit 3}
-                   :lsp {:progress_ringbuf_size 1024}
+                   :lsp {:progress_ringbuf_size 2048}
                    :ignore [:ltex]}})