summaryrefslogtreecommitdiff
path: root/fnl/config/lazy.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-11 00:41:17 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-11 00:41:17 +0100
commitf318452070d42e51231f7880a5d0eaa93d978a1e (patch)
treec76f35889ebc7a4e52bbd06e07c8f33f9bf68f5d /fnl/config/lazy.fnl
parent433952cf3efa8e2b5e23ff0e76a4afe6f95d44b5 (diff)
Rip aniseed, hail hotpot
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 ["● " " " " " "‒ "]}}}