summaryrefslogtreecommitdiff
path: root/fnl/plugins/lazy.fnl
blob: 25e374bdb6bb84dca0e93e75800581f5acbc077a (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
28
;; Lazy opts.

{:install {:colorscheme [:no-clown-fiesta]}
 :performance {:cache {:enabled true}
               :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 ["● " " " " " "‒ "]}}}