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

(local opts {:styles {:type {:bold true}
                      :lsp {:underline true}
                      :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}