summaryrefslogtreecommitdiff
path: root/fnl/config/fidget.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-25 00:18:45 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-25 00:18:45 +0200
commitf5dc5ddb58ab0e754fef379e4d0ce785f6fe0883 (patch)
tree72ab89a39fe7ee8b16365b9a4d3da5739af66e40 /fnl/config/fidget.fnl
parent06f56aa7a15ce32dbcab21aeb9f27dc48aea2ede (diff)
Replace fidget with lualine-lsp-progress
Diffstat (limited to 'fnl/config/fidget.fnl')
-rw-r--r--fnl/config/fidget.fnl6
1 files changed, 0 insertions, 6 deletions
diff --git a/fnl/config/fidget.fnl b/fnl/config/fidget.fnl
deleted file mode 100644
index 1b9ca81..0000000
--- a/fnl/config/fidget.fnl
+++ /dev/null
@@ -1,6 +0,0 @@
-;; Show lsp progress.
-(module config.fidget {autoload {util config.util}})
-
-(def- opts {:text {:spinner :dots_snake}})
-
-(util.setup :fidget opts)