summaryrefslogtreecommitdiff
path: root/fnl/plugins/colorscheme.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-21 00:54:06 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-21 00:54:06 +0100
commitf58a5854fdea532f68d515cc10d9a30bae340b2b (patch)
treebd961e62cdf838b80199e1cf2fa5adcc4a7aaa2a /fnl/plugins/colorscheme.fnl
parentfa266335036aba72372796468ddedaeb06bc3465 (diff)
Revert colorscheme changes
Diffstat (limited to 'fnl/plugins/colorscheme.fnl')
-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}