diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-21 00:54:06 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-21 00:54:06 +0100 |
commit | f58a5854fdea532f68d515cc10d9a30bae340b2b (patch) | |
tree | bd961e62cdf838b80199e1cf2fa5adcc4a7aaa2a | |
parent | fa266335036aba72372796468ddedaeb06bc3465 (diff) |
Revert colorscheme changes
-rw-r--r-- | fnl/plugins/colorscheme.fnl | 7 |
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} |