about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-12 00:25:21 +0900
committersefidel <contact@sefidel.net>2022-02-12 00:25:21 +0900
commitc42d0b5adaa563d44e901e136a1eb158577c6af5 (patch)
tree38ae43e7a7a72c4f81b06ffe1330d6a0686eb42e /fnl/nvrc/pack.fnl
parent5df5dbcabfb9c895371465a526864f4e914f2c26 (diff)
downloadnvimrc-c42d0b5adaa563d44e901e136a1eb158577c6af5.tar.gz
nvimrc-c42d0b5adaa563d44e901e136a1eb158577c6af5.zip
fix(feline): don't lazyload feline
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 8f4ea2e..d30f27e 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -6,7 +6,7 @@
 (pack! :nvim-lua/plenary.nvim {:module :plenary})
 
 (pack! :nanotech/jellybeans.vim {:event :VimEnter :config "require('nvrc.colors').apply()"})
-(pack! :feline-nvim/feline.nvim {:req :feline :after :jellybeans.vim})
+(pack! :feline-nvim/feline.nvim {:req :feline})
 (pack! :lukas-reineke/indent-blankline.nvim {:after :feline.nvim :req :blankline})
 (pack! :NvChad/nvim-colorizer.lua {:init :colorizer :event :BufRead})
 (pack! :nvim-treesitter/nvim-treesitter {:req :treesitter :defer :nvim-treesitter :run ":TSUpdate"})