about summary refs log tree commit diff
diff options
context:
space:
mode:
-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"})