aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Huang <s@stvhuang.me>2021-01-27 09:57:03 +0800
committerSteven Huang <s@stvhuang.me>2021-01-27 09:57:03 +0800
commit74801de054df95e6ac0a2c39e6ca8bfe79006ca2 (patch)
tree79d18d353161d8f95ef5459f768863075c8144e0
parent443f6094ff7badeb0e6e96083621dcb05bb225a2 (diff)
downloadgruvbox-74801de054df95e6ac0a2c39e6ca8bfe79006ca2.tar.gz
gruvbox-74801de054df95e6ac0a2c39e6ca8bfe79006ca2.tar.xz
Fix hls_cursor -> hls_highlight
-rw-r--r--lua/gruvbox.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua
index c18ec64..06e7cfc 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