summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-30 23:10:19 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-30 23:10:19 +0100
commitf1b94063e11ddd5d61bc4dda919043cecf73c992 (patch)
tree51bed2351d87dc7fdb6387064e7263aa8774bd6c /fnl/config
parenta52d588c33b4746b95e16c52e85f8b1bf373b371 (diff)
Add loading of opts for lazy
Diffstat (limited to 'fnl/config')
-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]}}})