about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-13 16:09:06 +0900
committersefidel <contact@sefidel.net>2022-03-13 16:09:06 +0900
commit975fc8f6f15c8c213cfa3b978cf0a23e42b684ac (patch)
treef23bb15d26dacaa8a8ab991e52bece7d86a4656a /fnl/nvrc/pack.fnl
parentb902fc9f0bbeae2c52f075ea2665be52a9dae90c (diff)
downloadnvimrc-975fc8f6f15c8c213cfa3b978cf0a23e42b684ac.tar.gz
nvimrc-975fc8f6f15c8c213cfa3b978cf0a23e42b684ac.zip
feat: softjelly
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl4
1 files changed, 3 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index a484b9d..6923d06 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -4,7 +4,7 @@
 (pack! :rktjmp/hotpot.nvim)
 (pack! :lewis6991/impatient.nvim)
 
-(pack! :nanotech/jellybeans.vim {:config "require('nvrc.colors').apply('jellybeans')"})
+(pack! :boppyt/softjelly.vim {:config "require('nvrc.colors').apply('softjelly')"})
 (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})]})
@@ -34,4 +34,6 @@
 (pack! :ibhagwan/fzf-lua {:req :fzf :module :fzf-lua})
 (pack! :ggandor/lightspeed.nvim)
 
+(pack! :NvChad/nvim-colorizer.lua)
+
 (unpack!)