From 46fa82bd5e5e5d0cffeb5216dfe4eccf4826ef74 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 6 Jul 2022 12:41:50 +0200 Subject: Reorder plugin init --- fnl/config/init.fnl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'fnl') diff --git a/fnl/config/init.fnl b/fnl/config/init.fnl index cc27653..d64a6e3 100644 --- a/fnl/config/init.fnl +++ b/fnl/config/init.fnl @@ -1,7 +1,7 @@ ;; Load all plugin configs. (module config.init {require [config.aerial -config.autocmd config.alpha + config.autocmd config.autopairs config.better-escape config.bqf @@ -9,21 +9,21 @@ config.autocmd config.colorizer config.colorscheme config.comment - config.gitsigns config.fidget + config.gitsigns config.hop + config.lir config.lualine - config.nvim-tree config.neogit + config.nvim-tree config.orgmode config.project config.spectre + config.spellsitter config.telescope config.treesitter - config.spellsitter - config.window-picker + config.trim config.which-key + config.window-picker config.zen - config.trim - config.lir config.lsp]}) -- cgit v1.2.3-70-g09d2