diff options
author | sefidel <contact@sefidel.net> | 2022-03-06 20:44:10 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-06 20:44:10 +0900 |
commit | f98bb630c4bc3562749ffe6b5d18c6a06955af36 (patch) | |
tree | cc8cd0d8798ed04d2d855040993c6eef352d6968 /fnl/nvrc/pack.fnl | |
parent | 5186760ef60dd0e16431125d9474e3d8d76eccba (diff) | |
download | nvimrc-f98bb630c4bc3562749ffe6b5d18c6a06955af36.tar.gz nvimrc-f98bb630c4bc3562749ffe6b5d18c6a06955af36.zip |
feat!: UI rewrite
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index a5be0d4..04d9e13 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -4,10 +4,9 @@ (pack! :rktjmp/hotpot.nvim) (pack! :lewis6991/impatient.nvim) -(pack! :sainnhe/gruvbox-material {:config "require('nvrc.colors').apply('gruvbox-material')"}) +(pack! "~/projects/dots/avalanche" {:config "require('nvrc.colors').apply('avalanche')"}) (pack! :nvim-treesitter/nvim-treesitter {:req :treesitter - :requires [(pack :p00f/nvim-ts-rainbow {:after :nvim-treesitter}) - (pack :nvim-treesitter/nvim-treesitter-refactor {:after :nvim-treesitter}) + :requires [(pack :nvim-treesitter/nvim-treesitter-refactor {:after :nvim-treesitter}) (pack :nvim-treesitter/nvim-treesitter-textobjects {:after :nvim-treesitter})]}) (pack! :Pocco81/TrueZen.nvim {:cmd :TZAtaraxis}) |