summaryrefslogtreecommitdiff
path: root/fnl/plugins/colorscheme.fnl
blob: 6cdd239fa6a4aeb5907b5fd81bd5225188a740b7 (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 :lazy false :priority 1000 : config}