summaryrefslogtreecommitdiff
path: root/fnl/config/fidget.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 01:40:16 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 01:40:16 +0200
commit6cb31718df762c6ebf764986074f08b19d6f82f8 (patch)
tree4bc60c9d94de082914ea9ab2d488114caff4edd4 /fnl/config/fidget.fnl
parent68c0f6bab06ea587b9b258d1ad3b0c9870bc163f (diff)
Refactor loading of plugins with packer
Diffstat (limited to 'fnl/config/fidget.fnl')
-rw-r--r--fnl/config/fidget.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/fidget.fnl b/fnl/config/fidget.fnl
index fa87fd1..3c66990 100644
--- a/fnl/config/fidget.fnl
+++ b/fnl/config/fidget.fnl
@@ -1,6 +1,6 @@
;; Show lsp progress.
-(module config.fidget {autoload {: util}})
+(module config.fidget {autoload {:util :config.util}})
(def- opts {:text {:spinner :dots_snake}})
-(util.use-config :fidget opts)
+(util.setup :fidget opts)