diff options
| author | Ellison <ellisonleao@gmail.com> | 2022-04-17 19:25:20 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-17 19:25:20 -0300 |
| commit | 2103170eb9edb0aa90ee2a34f9fea16cc5690cd5 (patch) | |
| tree | c1dd1435af469ad65f42d7748c6863006be63af2 /colors | |
| parent | dc6bae93ded04ac542d429ff5cc87189dde44294 (diff) | |
| download | gruvbox-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.lua | 3 |
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() |
