blob: 09b02432fe998999c6740d5c4d4d6cf12b5dd596 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
;; Lazy opts.
(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]}}})
|