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