summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/plugins/colorscheme.fnl7
1 files changed, 6 insertions, 1 deletions
diff --git a/fnl/plugins/colorscheme.fnl b/fnl/plugins/colorscheme.fnl
index 5b8cac0..85c83fd 100644
--- a/fnl/plugins/colorscheme.fnl
+++ b/fnl/plugins/colorscheme.fnl
@@ -2,4 +2,9 @@
(local opts {:styles {:type {:bold true} :lsp {:underline false}}})
-{1 :aktersnurra/no-clown-fiesta.nvim : opts}
+(fn config []
+ (let [plugin (require :no-clown-fiesta)]
+ (plugin.setup opts)
+ (plugin.load)))
+
+{1 :aktersnurra/no-clown-fiesta.nvim : config}