summaryrefslogtreecommitdiff
path: root/fnl/config/init.fnl
blob: a48702fec049fff055d834b343274dcc4ad17de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
;; Load all plugin configs.
(module config.init
  {require
   {_ config.impatient
    _ config.autocmd
    _ config.alpha
    _ config.autopairs
    _ config.better-escape
    _ config.bufferline
    _ config.cmp
    _ config.colorizer
    _ config.colorscheme
    _ config.gitsigns
    _ config.hop
    _ config.lualine
    _ config.ncomment
    _ config.nvim-tree
    _ config.orgmode
    _ config.project
    _ config.spectre
    _ config.telescope
    _ config.treesitter
    _ config.which-key
    _ config.zen
    _ config.trim
    _ config.lsp}})