From f1b94063e11ddd5d61bc4dda919043cecf73c992 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 30 Dec 2022 23:10:19 +0100 Subject: Add loading of opts for lazy --- fnl/config/lazy.fnl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fnl/config/lazy.fnl (limited to 'fnl/config/lazy.fnl') 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]}}}) -- cgit v1.2.3-70-g09d2