From 2a94573f54c69a9af7536586ab2c03eb88bda5e7 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 5 Jan 2024 01:50:20 +0100 Subject: Refactor --- fnl/plugins/colorscheme.fnl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fnl/plugins/colorscheme.fnl (limited to 'fnl/plugins/colorscheme.fnl') diff --git a/fnl/plugins/colorscheme.fnl b/fnl/plugins/colorscheme.fnl new file mode 100644 index 0000000..85c83fd --- /dev/null +++ b/fnl/plugins/colorscheme.fnl @@ -0,0 +1,10 @@ +;; Load neovim colorscheme. + +(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} -- cgit v1.2.3-70-g09d2