summaryrefslogtreecommitdiff
path: root/fnl/config/lazy.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/lazy.fnl')
-rw-r--r--fnl/config/lazy.fnl14
1 files changed, 14 insertions, 0 deletions
diff --git a/fnl/config/lazy.fnl b/fnl/config/lazy.fnl
new file mode 100644
index 0000000..679993d
--- /dev/null
+++ b/fnl/config/lazy.fnl
@@ -0,0 +1,14 @@
+;; Setup for
+(module config.lazy {autoload {util config.util}})
+
+(def- opts {:defaults {:lazy true :version "*"}
+ :install {:colorscheme [:no-clown-fiesta]}
+ :checker {:enabled true}
+ :performance {:rtp {:disabled_plugins [:gzip
+ :matchit
+ :matchparen
+ :netrwPlugin
+ :tarPlugin
+ :tohtml
+ :tutor
+ :zipPlugin]}}})