summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/colorscheme.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/editor/colorscheme.fnl')
-rw-r--r--fnl/plugins/editor/colorscheme.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/editor/colorscheme.fnl b/fnl/plugins/editor/colorscheme.fnl
index d3e62cb..85c83fd 100644
--- a/fnl/plugins/editor/colorscheme.fnl
+++ b/fnl/plugins/editor/colorscheme.fnl
@@ -2,9 +2,9 @@
(local opts {:styles {:type {:bold true} :lsp {:underline false}}})
-(lambda config [_ opts]
+(fn config []
(let [plugin (require :no-clown-fiesta)]
(plugin.setup opts)
(plugin.load)))
-{1 :aktersnurra/no-clown-fiesta.nvim : opts : config}
+{1 :aktersnurra/no-clown-fiesta.nvim : config}