summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-21 23:43:15 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-21 23:43:15 +0100
commit77a3c8d7357cd2fbde71faeef73ff9711ccbc5b2 (patch)
treee66186856a9c70cc73478788da93920184ae2f9b /fnl
parent8630ebbfe30a763ebc72f5ec80f5cbc4a374dee3 (diff)
Add no lazy load and priority for colorscheme
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/colorscheme.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/colorscheme.fnl b/fnl/plugins/colorscheme.fnl
index 85c83fd..6cdd239 100644
--- a/fnl/plugins/colorscheme.fnl
+++ b/fnl/plugins/colorscheme.fnl
@@ -7,4 +7,4 @@
(plugin.setup opts)
(plugin.load)))
-{1 :aktersnurra/no-clown-fiesta.nvim : config}
+{1 :aktersnurra/no-clown-fiesta.nvim :lazy false :priority 1000 : config}