about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-25 18:57:21 +0900
committersefidel <contact@sefidel.net>2022-03-25 18:57:21 +0900
commitbe9d60ca4ccf245168d64b922e20ffab734d0778 (patch)
tree9cf06961b65c1a5a7f5228347514cbb54fd45e44 /fnl/nvrc/pack.fnl
parenta945cc0beaaa2fdefcaf1055b44e2ad2ef57f44b (diff)
downloadnvimrc-be9d60ca4ccf245168d64b922e20ffab734d0778.tar.gz
nvimrc-be9d60ca4ccf245168d64b922e20ffab734d0778.zip
feat(pack): use sr.ht origin for softjelly
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 caaa4e6..5424aaa 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -4,7 +4,7 @@
 (pack! :wbthomason/packer.nvim)
 (pack! :rktjmp/hotpot.nvim)
 
-(pack! :boppyt/softjelly.vim {:config "require('nvrc.colors').apply('softjelly')"})
+(pack! "https://git.sr.ht/~sefidel/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})]})