From a4bd5762e76a7e9c625b41549e3e693b723cb00d Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 27 Feb 2022 14:07:32 +0900 Subject: feat(pack): jellybeans.vim -> jellybeans-nvim --- fnl/nvrc/pack.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fnl/nvrc/pack.fnl') diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 7593523..448c597 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -5,7 +5,8 @@ (pack! :lewis6991/impatient.nvim) (pack! :nvim-lua/plenary.nvim) -(pack! :nanotech/jellybeans.vim {:config "require('nvrc.colors').apply('jellybeans')"}) +(pack! :metalelf0/jellybeans-nvim {:config "require('nvrc.colors').apply('jellybeans-nvim')" + :requires [(pack :rktjmp/lush.nvim)]}) (pack! :nvim-treesitter/nvim-treesitter {:req :treesitter :requires [(pack :p00f/nvim-ts-rainbow {:after :nvim-treesitter}) (pack :nvim-treesitter/nvim-treesitter-refactor {:after :nvim-treesitter}) -- cgit 1.4.1