summaryrefslogtreecommitdiff
path: root/fnl/plugins/colorscheme.fnl
blob: ba632747bb9774ccb2f02d97e0aaba27f8a436d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;; Load neovim colorscheme.

(local opts {:styles {:type {:bold true}
                      :lsp {:underline false}
                      :match_paren {:underline true}}})

(fn config []
  (let [plugin (require :no-clown-fiesta)]
    (plugin.setup opts)
    (plugin.load)))

{1 :aktersnurra/no-clown-fiesta.nvim :lazy false :priority 1000 : config}