From fb723b6f0673587bb10897d7656bd9759e93fe57 Mon Sep 17 00:00:00 2001 From: juan Date: Sun, 4 Sep 2022 15:40:12 +0800 Subject: [PATCH] Feat | Use my forked colorscheme instead. --- lua/pluginList.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/pluginList.lua b/lua/pluginList.lua index 8b0b5ec..2b2c21e 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -3,7 +3,8 @@ return require('packer').startup(function(use) -- core UI use({ - 'sainnhe/everforest', + 'juancldcmt/sere-forest', + branch = "dev", config = function() vim.g.everforest_better_performance = 1 vim.cmd('colorscheme everforest')