diff options
author | sefidel <contact@sefidel.net> | 2022-03-25 18:57:21 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-25 18:57:21 +0900 |
commit | be9d60ca4ccf245168d64b922e20ffab734d0778 (patch) | |
tree | 9cf06961b65c1a5a7f5228347514cbb54fd45e44 /fnl | |
parent | a945cc0beaaa2fdefcaf1055b44e2ad2ef57f44b (diff) | |
download | nvimrc-be9d60ca4ccf245168d64b922e20ffab734d0778.tar.gz nvimrc-be9d60ca4ccf245168d64b922e20ffab734d0778.zip |
feat(pack): use sr.ht origin for softjelly
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 2 |
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})]}) |