about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-12 17:08:58 +0900
committersefidel <contact@sefidel.net>2022-03-12 17:08:58 +0900
commite50c43d90b355fda2dbaa9503104d61b9ae6f497 (patch)
tree1ce50877a2dd34138aaa633004464aab8280ef26 /fnl/nvrc/pack.fnl
parentde3a1749de544f44489e96e4f6ba96700d884fb2 (diff)
downloadnvimrc-e50c43d90b355fda2dbaa9503104d61b9ae6f497.tar.gz
nvimrc-e50c43d90b355fda2dbaa9503104d61b9ae6f497.zip
feat: avalanche -> jellybeans
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-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 e9310c3..c54fb01 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -4,7 +4,7 @@
 (pack! :rktjmp/hotpot.nvim)
 (pack! :lewis6991/impatient.nvim)
 
-(pack! :boppyt/avalanche {:config "require('nvrc.colors').apply('avalanche')"})
+(pack! :nanotech/jellybeans.vim {:config "require('nvrc.colors').apply('jellybeans')"})
 (pack! :nvim-treesitter/nvim-treesitter {:req :treesitter
                                          :requires [(pack :nvim-treesitter/nvim-treesitter-refactor {:after :nvim-treesitter})
                                                     (pack :nvim-treesitter/nvim-treesitter-textobjects {:after :nvim-treesitter})]})