From 7a5c7ace3ac169b2898a4c7d8abec42cf9e18003 Mon Sep 17 00:00:00 2001 From: Ellison Date: Tue, 28 Jun 2022 18:22:41 -0300 Subject: New configuration system and more (Ref #96) (#122) * initial work * adding more tests * updates * fixing overrides in groups with links * fix bg switch and some hl groups * adding languages hl groups * adding plugins highlights * stylua * removing base module and fixing lightline * adding terminal_color_* vars * adding new screenshot --- colors/gruvbox.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'colors/gruvbox.lua') diff --git a/colors/gruvbox.lua b/colors/gruvbox.lua index b3b4f19..f25f984 100644 --- a/colors/gruvbox.lua +++ b/colors/gruvbox.lua @@ -1,6 +1 @@ -package.loaded["gruvbox"] = nil -package.loaded["gruvbox.base"] = nil -package.loaded["gruvbox.plugins"] = nil -package.loaded["gruvbox.lightline"] = nil -package.loaded["gruvbox.languages"] = nil require("gruvbox").load() -- cgit v1.2.3