diff options
Diffstat (limited to 'fnl/config/fidget.fnl')
-rw-r--r-- | fnl/config/fidget.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/fidget.fnl b/fnl/config/fidget.fnl index 3c66990..1b9ca81 100644 --- a/fnl/config/fidget.fnl +++ b/fnl/config/fidget.fnl @@ -1,5 +1,5 @@ ;; Show lsp progress. -(module config.fidget {autoload {:util :config.util}}) +(module config.fidget {autoload {util config.util}}) (def- opts {:text {:spinner :dots_snake}}) |