about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-06 20:47:28 +0900
committersefidel <contact@sefidel.net>2022-03-06 20:47:28 +0900
commit8e2d5acb953e018ba159d2a70c6aa263c23c6856 (patch)
treead154d9ce076a4b63147ea8f1d010fda81643252 /fnl/nvrc/pack.fnl
parentf98bb630c4bc3562749ffe6b5d18c6a06955af36 (diff)
downloadnvimrc-8e2d5acb953e018ba159d2a70c6aa263c23c6856.tar.gz
nvimrc-8e2d5acb953e018ba159d2a70c6aa263c23c6856.zip
feat(pack): use repo for avalanche
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 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})]})