diff options
author | sefidel <contact@sefidel.net> | 2022-02-27 14:07:32 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-27 14:07:32 +0900 |
commit | a4bd5762e76a7e9c625b41549e3e693b723cb00d (patch) | |
tree | c4d7325f42ee2c18cbe40bf05ef8039371cbbfcb /fnl | |
parent | 755d715fe03ff5c9201ad27f389978c5b4ef1371 (diff) | |
download | nvimrc-a4bd5762e76a7e9c625b41549e3e693b723cb00d.tar.gz nvimrc-a4bd5762e76a7e9c625b41549e3e693b723cb00d.zip |
feat(pack): jellybeans.vim -> jellybeans-nvim
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 3 |
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}) |