diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-20 19:07:22 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-20 19:07:22 +0100 |
commit | 7c68fda15899e7af854919c6be978bc86e8b694c (patch) | |
tree | 91b5396c5a63cefdcdbeb7c6ea5fc6e724b0fedf /fnl | |
parent | 9e0470764f2dda7e99d578cc5fa5a4a8ba400866 (diff) |
Update colorscheme loading
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/colorscheme.fnl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/fnl/plugins/colorscheme.fnl b/fnl/plugins/colorscheme.fnl index 85c83fd..5b8cac0 100644 --- a/fnl/plugins/colorscheme.fnl +++ b/fnl/plugins/colorscheme.fnl @@ -2,9 +2,4 @@ (local opts {:styles {:type {:bold true} :lsp {:underline false}}}) -(fn config [] - (let [plugin (require :no-clown-fiesta)] - (plugin.setup opts) - (plugin.load))) - -{1 :aktersnurra/no-clown-fiesta.nvim : config} +{1 :aktersnurra/no-clown-fiesta.nvim : opts} |