From be9d60ca4ccf245168d64b922e20ffab734d0778 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 25 Mar 2022 18:57:21 +0900 Subject: feat(pack): use sr.ht origin for softjelly --- fnl/nvrc/pack.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl') 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})]}) -- cgit 1.4.1