diff options
-rw-r--r-- | fnl/config/lazy.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/lazy.fnl b/fnl/config/lazy.fnl index 679993d..09b0243 100644 --- a/fnl/config/lazy.fnl +++ b/fnl/config/lazy.fnl @@ -1,4 +1,4 @@ -;; Setup for +;; Lazy opts. (module config.lazy {autoload {util config.util}}) (def- opts {:defaults {:lazy true :version "*"} |