summaryrefslogtreecommitdiff
path: root/fnl/plugins/colorscheme.fnl
blob: a9ec124345af6304c2dd7e6bb45957892d3997e0 (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}}})

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

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