about summary refs log tree commit diff
path: root/fnl/nvrc/packs/fidget.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-26 14:43:38 +0900
committersefidel <contact@sefidel.net>2022-02-26 14:43:38 +0900
commit27010418b30db788bed4854465d3c7d1c1d548a8 (patch)
tree82f9eb4340e444fa568dce06dad76171994120f7 /fnl/nvrc/packs/fidget.fnl
parent4152f871951afdede2db2a08acff85aea2999c06 (diff)
downloadnvimrc-27010418b30db788bed4854465d3c7d1c1d548a8.tar.gz
nvimrc-27010418b30db788bed4854465d3c7d1c1d548a8.zip
feat(statusline): use fidget.nvim for LSP
Diffstat (limited to 'fnl/nvrc/packs/fidget.fnl')
-rw-r--r--fnl/nvrc/packs/fidget.fnl4
1 files changed, 4 insertions, 0 deletions
diff --git a/fnl/nvrc/packs/fidget.fnl b/fnl/nvrc/packs/fidget.fnl
new file mode 100644
index 0000000..9a2cad1
--- /dev/null
+++ b/fnl/nvrc/packs/fidget.fnl
@@ -0,0 +1,4 @@
+(local {: setup} (require :fidget))
+
+(setup {:text {:done "^.^!"
+               :spinner :dots}})