diff options
Diffstat (limited to 'fnl/config/lazy.fnl')
-rw-r--r-- | fnl/config/lazy.fnl | 37 |
1 files changed, 25 insertions, 12 deletions
diff --git a/fnl/config/lazy.fnl b/fnl/config/lazy.fnl index 09b0243..faa53c2 100644 --- a/fnl/config/lazy.fnl +++ b/fnl/config/lazy.fnl @@ -1,14 +1,27 @@ ;; 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]}}}) +{: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 ["● " " " " " "‒ "]}}} |