diff options
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 2 |
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"}) |