diff options
-rw-r--r-- | fnl/plugins/core/lazy.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fnl/plugins/core/lazy.fnl b/fnl/plugins/core/lazy.fnl index 797edd3..30903f5 100644 --- a/fnl/plugins/core/lazy.fnl +++ b/fnl/plugins/core/lazy.fnl @@ -3,6 +3,8 @@ (local icons (require :plugins.icons)) (local opts {:install {:colorscheme [:no-clown-fiesta]} + :debug false + :defaults {:lazy false} :performance {:cache {:enabled true} :rtp {:disabled_plugins [:gzip :matchit |