From 74801de054df95e6ac0a2c39e6ca8bfe79006ca2 Mon Sep 17 00:00:00 2001 From: Steven Huang Date: Wed, 27 Jan 2021 09:57:03 +0800 Subject: Fix hls_cursor -> hls_highlight --- lua/gruvbox.lua | 4 ++-- 1 file 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 -- cgit v1.2.3