blob: 40802a6ae128af425535c4241f2d2ac1217456f4 (
plain)
1
2
3
4
5
6
7
8
|
;; Load neovim colorscheme.
{1 :aktersnurra/no-clown-fiesta.nvim
:opts {:styles {:type {:bold true}}}
:config (lambda [_ opts]
(let [plugin (require :no-clown-fiesta)]
(plugin.setup opts)
(plugin.load)))}
|