From 1167e48eed8114fed8c81ded84864fb2caa53893 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 24 Sep 2023 14:02:12 +0200 Subject: Remove opts from colorscheme and window-picker --- fnl/plugins/editor/colorscheme.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl/plugins/editor/colorscheme.fnl') 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} -- cgit v1.2.3-70-g09d2