summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-11 00:43:45 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-11 00:43:45 +0100
commit09a91ec69f1bf0c70d350b844a3392269e151302 (patch)
tree5576d5b2654ddbcca7a6a96463eceae408651d54 /fnl
parentf318452070d42e51231f7880a5d0eaa93d978a1e (diff)
Remove comment
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/colorscheme.fnl5
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)))}