about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-27 14:07:32 +0900
committersefidel <contact@sefidel.net>2022-02-27 14:07:32 +0900
commita4bd5762e76a7e9c625b41549e3e693b723cb00d (patch)
treec4d7325f42ee2c18cbe40bf05ef8039371cbbfcb /fnl/nvrc/pack.fnl
parent755d715fe03ff5c9201ad27f389978c5b4ef1371 (diff)
downloadnvimrc-a4bd5762e76a7e9c625b41549e3e693b723cb00d.tar.gz
nvimrc-a4bd5762e76a7e9c625b41549e3e693b723cb00d.zip
feat(pack): jellybeans.vim -> jellybeans-nvim
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl3
1 files changed, 2 insertions, 1 deletions
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})