diff options
author | aktersnurra <grydholm@kth.se> | 2022-04-23 21:22:44 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-04-23 21:22:44 +0200 |
commit | 4ca15d0aa017119670ae454d69911e1ee0e55131 (patch) | |
tree | 7fd19c02017e74cbd3678706013ba9e25beb184e /fnl/config/init.fnl | |
parent | 4932d32cae9a2a63226b67e6678d459b773f1f8b (diff) |
style: format
Diffstat (limited to 'fnl/config/init.fnl')
-rw-r--r-- | fnl/config/init.fnl | 47 |
1 files changed, 25 insertions, 22 deletions
diff --git a/fnl/config/init.fnl b/fnl/config/init.fnl index c1eb17d..a48702f 100644 --- a/fnl/config/init.fnl +++ b/fnl/config/init.fnl @@ -1,23 +1,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.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}}) +(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}}) |