summaryrefslogtreecommitdiff
path: root/fnl/plugins/lazy.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/lazy.fnl')
-rw-r--r--fnl/plugins/lazy.fnl27
1 files changed, 27 insertions, 0 deletions
diff --git a/fnl/plugins/lazy.fnl b/fnl/plugins/lazy.fnl
new file mode 100644
index 0000000..faa53c2
--- /dev/null
+++ b/fnl/plugins/lazy.fnl
@@ -0,0 +1,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 ["● " " " " " "‒ "]}}}