summaryrefslogtreecommitdiff
path: root/fnl/plugins/colorscheme.fnl
blob: 85c83fde4fa82bc8adaa085965d8562e96ff9616 (plain)
1
2
3
4
5
6
7
8
9
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}