diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-29 21:58:56 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-29 21:58:56 +0200 |
commit | 68afbeda7410c075fea35b350ff1ad910b5d9b86 (patch) | |
tree | 4512f76835f6bde43e1251a772c9b1fcb95ea9c8 /fnl/plugins/core/lazy.fnl | |
parent | 841e5bb3d5a67c57ff50a54fad8022d7606e2e2e (diff) |
Add more config to lazy
Diffstat (limited to 'fnl/plugins/core/lazy.fnl')
-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 |