diff options
Diffstat (limited to 'fnl/config/fidget.fnl')
-rw-r--r-- | fnl/config/fidget.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/fidget.fnl b/fnl/config/fidget.fnl index fa87fd1..1b9ca81 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) |