about summary refs log tree commit diff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-19 00:09:06 +0900
committersefidel <contact@sefidel.net>2024-05-19 00:09:06 +0900
commit6971815c64f89dae7c48b0960526246e09499ffe (patch)
tree41bc002e39787d0ab7ca2416a5b1df4fdb42003c /fnl/nvrc/packs
parent4a0f1b4d56e1c7d212a05c6d69a1e27790065e16 (diff)
downloadnvimrc-6971815c64f89dae7c48b0960526246e09499ffe.tar.gz
nvimrc-6971815c64f89dae7c48b0960526246e09499ffe.zip
feat(packs/fidget): migrate to main
Diffstat (limited to 'fnl/nvrc/packs')
-rw-r--r--fnl/nvrc/packs/fidget.fnl8
1 files changed, 5 insertions, 3 deletions
diff --git a/fnl/nvrc/packs/fidget.fnl b/fnl/nvrc/packs/fidget.fnl
index ab0014e..0951dc1 100644
--- a/fnl/nvrc/packs/fidget.fnl
+++ b/fnl/nvrc/packs/fidget.fnl
@@ -1,5 +1,7 @@
 (local {: setup} (require :fidget))
 
-(setup {:text {:done "^.^!"
-               :spinner :dots}
-        :sources {:ltex {:ignore true}}})
+(setup {:progress {:display {:done_icon "^.^!"
+                             :progress_icon {:pattern :dots :period 1}
+                             :render_limit 3}
+                   :lsp {:progress_ringbuf_size 1024}
+                   :ignore [:ltex]}})