From f99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 3 Mar 2022 23:09:07 +0900 Subject: feat(colors): jellybeans-nvim -> gruvbox-material --- fnl/nvrc/pack.fnl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fnl/nvrc/pack.fnl') diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 61dd2d8..a5be0d4 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -4,8 +4,7 @@ (pack! :rktjmp/hotpot.nvim) (pack! :lewis6991/impatient.nvim) -(pack! :metalelf0/jellybeans-nvim {:config "require('nvrc.colors').apply('jellybeans-nvim')" - :requires [(pack :rktjmp/lush.nvim)]}) +(pack! :sainnhe/gruvbox-material {:config "require('nvrc.colors').apply('gruvbox-material')"}) (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}) -- cgit 1.4.1