blob: faa53c24609243995b23b56b53803d7c464a95af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
;; Lazy opts.
{:install {:colorscheme [:no-clown-fiesta]}
:performance {:rtp {:disabled_plugins [:gzip
:matchit
:matchparen
:netrwPlugin
:tarPlugin
:tohtml
:tutor
:zipPlugin]}}
:ui {:icons {:cmd " "
:config " "
:event " "
:ft " "
:init " "
:import " "
:keys " "
:lazy "鈴 "
:loaded "● "
:not_loaded "○ "
:plugin " "
:runtime " "
:source " "
:start " "
:task " "
:list ["● " " " " " "‒ "]}}}
|