blob: 975288bcdeafefdcc8ab7d1b052f0f61e402be3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
;; Load all plugin configs.
(module config.init {require {_ config.impatient
_ 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}})
|