aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorEllison <ellisonleao@gmail.com>2022-04-17 19:25:20 -0300
committerGitHub <noreply@github.com>2022-04-17 19:25:20 -0300
commit2103170eb9edb0aa90ee2a34f9fea16cc5690cd5 (patch)
treec1dd1435af469ad65f42d7748c6863006be63af2 /colors
parentdc6bae93ded04ac542d429ff5cc87189dde44294 (diff)
downloadgruvbox-2103170eb9edb0aa90ee2a34f9fea16cc5690cd5.tar.gz
gruvbox-2103170eb9edb0aa90ee2a34f9fea16cc5690cd5.tar.xz
Resolve #99 (#103)
* initial work on #99 * remove comments * goodbye neovim 0.6. Using new hl system, now working
Diffstat (limited to 'colors')
-rw-r--r--colors/gruvbox.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/colors/gruvbox.lua b/colors/gruvbox.lua
index f5017d2..b3b4f19 100644
--- a/colors/gruvbox.lua
+++ b/colors/gruvbox.lua
@@ -1,5 +1,6 @@
package.loaded["gruvbox"] = nil
package.loaded["gruvbox.base"] = nil
-package.loaded["gruvbox.plugins.highlights"] = nil
+package.loaded["gruvbox.plugins"] = nil
+package.loaded["gruvbox.lightline"] = nil
package.loaded["gruvbox.languages"] = nil
require("gruvbox").load()