From 09a91ec69f1bf0c70d350b844a3392269e151302 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 11 Jan 2023 00:43:45 +0100 Subject: Remove comment --- fnl/plugins/colorscheme.fnl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fnl') 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)))} -- cgit v1.2.3-70-g09d2