aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorEllison <ellisonleao@gmail.com>2021-11-29 11:01:08 -0300
committerGitHub <noreply@github.com>2021-11-29 11:01:08 -0300
commit3f0a7c647f9b89b8b81bc583c12f6e32a3e0707d (patch)
treef082483c9b51ea74b3833ad3d3f92bb3ff21aa0f /lua
parentc69b98d5defbe998627be2175e2ce7707fd73dc0 (diff)
parent2731a6b70a4a4097ce10d0a567373f71ddde911d (diff)
downloadgruvbox-3f0a7c647f9b89b8b81bc583c12f6e32a3e0707d.tar.gz
gruvbox-3f0a7c647f9b89b8b81bc583c12f6e32a3e0707d.tar.xz
Merge pull request #83 from jbathota/jbathota-gruvbox
Removal of repeated code
Diffstat (limited to 'lua')
-rw-r--r--lua/gruvbox/settings.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/gruvbox/settings.lua b/lua/gruvbox/settings.lua
index c5b06b1..84b3c06 100644
--- a/lua/gruvbox/settings.lua
+++ b/lua/gruvbox/settings.lua
@@ -57,10 +57,6 @@ if not utils.tobool(vim.g.gruvbox_inverse) then
styles.inverse = "NONE"
end
-if not utils.tobool(vim.g.gruvbox_inverse) then
- styles.inverse = "NONE"
-end
-
if not utils.tobool(vim.g.gruvbox_undercurl) then
styles.undercurl = "NONE"
end