diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-11 01:04:24 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-11 01:04:24 +0100 |
commit | ac8af14d5137de52ce12f432d61b1c3f9f8c185b (patch) | |
tree | 84e580d14602192cd0df652111aef3edd6c21198 /fnl/plugins | |
parent | cfa36e9d3d56d59864b99198cbae7abe31e57fe9 (diff) |
Enable caching
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/lazy.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/plugins/lazy.fnl b/fnl/plugins/lazy.fnl index faa53c2..25e374b 100644 --- a/fnl/plugins/lazy.fnl +++ b/fnl/plugins/lazy.fnl @@ -1,7 +1,8 @@ ;; Lazy opts. {:install {:colorscheme [:no-clown-fiesta]} - :performance {:rtp {:disabled_plugins [:gzip + :performance {:cache {:enabled true} + :rtp {:disabled_plugins [:gzip :matchit :matchparen :netrwPlugin |