diff options
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/lazy.fnl | 14 |
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]}}}) |