summaryrefslogtreecommitdiff
path: root/fnl/config/init.fnl
blob: 5b494b00b94341fb0f95ff1ad892987107c481e3 (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
;; Load all plugin configs.
(module config.init
  {require 
   {_ config.packer
    _ config.alpha
    _ config.autocmd
    _ config.autopairs
    _ config.better-escape
    _ config.bufferline
    _ config.cmp
    _ config.colorizer
    _ config.colorscheme
    _ config.gitsigns
    _ config.lualine
    _ config.ncomment
    _ config.nvim-tree
    _ config.orgmode
    _ config.project
    _ config.spectre
    _ config.telescope
    _ config.treesitter
    _ config.which-key
    _ config.zen
    _ config.lsp}})