diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-21 23:43:15 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-21 23:43:15 +0100 |
commit | 77a3c8d7357cd2fbde71faeef73ff9711ccbc5b2 (patch) | |
tree | e66186856a9c70cc73478788da93920184ae2f9b | |
parent | 8630ebbfe30a763ebc72f5ec80f5cbc4a374dee3 (diff) |
Add no lazy load and priority for colorscheme
-rw-r--r-- | fnl/plugins/colorscheme.fnl | 2 |
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} |