From 8e2d5acb953e018ba159d2a70c6aa263c23c6856 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 6 Mar 2022 20:47:28 +0900 Subject: feat(pack): use repo for avalanche --- fnl/nvrc/pack.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc') diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 04d9e13..39ad5e2 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -4,7 +4,7 @@ (pack! :rktjmp/hotpot.nvim) (pack! :lewis6991/impatient.nvim) -(pack! "~/projects/dots/avalanche" {:config "require('nvrc.colors').apply('avalanche')"}) +(pack! :boppyt/avalanche {:config "require('nvrc.colors').apply('avalanche')"}) (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