summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/colorscheme.fnl
blob: 146c62f3c071e837b94d7e795f1e411b1ada7619 (plain)
1
2
3
4
5
6
7
8
;; Load neovim colorscheme.

{1 :aktersnurra/no-clown-fiesta.nvim
 :opts {:styles {:type {:bold true} :lsp {:underline false}}}
 :config (lambda [_ opts]
           (let [plugin (require :no-clown-fiesta)]
             (plugin.setup opts)
             (plugin.load)))}