diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-11 00:43:45 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-11 00:43:45 +0100 |
commit | 09a91ec69f1bf0c70d350b844a3392269e151302 (patch) | |
tree | 5576d5b2654ddbcca7a6a96463eceae408651d54 /fnl/plugins | |
parent | f318452070d42e51231f7880a5d0eaa93d978a1e (diff) |
Remove comment
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/colorscheme.fnl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fnl/plugins/colorscheme.fnl b/fnl/plugins/colorscheme.fnl index bc708ab..40802a6 100644 --- a/fnl/plugins/colorscheme.fnl +++ b/fnl/plugins/colorscheme.fnl @@ -1,11 +1,8 @@ ;; Load neovim colorscheme. {1 :aktersnurra/no-clown-fiesta.nvim - ;; :lazy false - ;; :priority 1000 :opts {:styles {:type {:bold true}}} :config (lambda [_ opts] (let [plugin (require :no-clown-fiesta)] (plugin.setup opts) - (plugin.load))) - } + (plugin.load)))} |