summaryrefslogtreecommitdiff
path: root/fnl/config/lazy.fnl
blob: 679993d5e0c7b11101bbab3bf69e680c35c4e497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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]}}})