diff options
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 |