aboutsummaryrefslogtreecommitdiff
path: root/lua/gruvbox.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/gruvbox.lua')
-rw-r--r--lua/gruvbox.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua
index 764e8ca..1fa7b62 100644
--- a/lua/gruvbox.lua
+++ b/lua/gruvbox.lua
@@ -90,8 +90,8 @@ if vim.g.gruvbox_hls_cursor ~= nil then
end
local hls_highlight = yellow
-if vim.g.gruvbox_hls_cursor ~= nil then
- hls_cursor = colors[vim.g.gruvbox_hls_highlight]
+if vim.g.gruvbox_hls_highlight ~= nil then
+ hls_highlight = colors[vim.g.gruvbox_hls_highlight]
end
local number_column