summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunt <lizhunt@amazon.com>2025-06-16 09:31:39 -0700
committerHunt <lizhunt@amazon.com>2025-06-16 09:31:39 -0700
commitdccdc3326cea3ad1e951438e6d38170d84d186d8 (patch)
treece54e701e0cc1252ad5ab023df782b0cdc474a88
parentcf84f3769156c45de460d93cfd4255ecac4b0e0d (diff)
downloaddotfiles-dccdc3326cea3ad1e951438e6d38170d84d186d8.tar.gz
dotfiles-dccdc3326cea3ad1e951438e6d38170d84d186d8.zip
Make vim gruvbox transparent
-rw-r--r--dots/nvim/.config/nvim/lua/plugins/theme.lua.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/dots/nvim/.config/nvim/lua/plugins/theme.lua.j2 b/dots/nvim/.config/nvim/lua/plugins/theme.lua.j2
index 3b41dbe..dd47aee 100644
--- a/dots/nvim/.config/nvim/lua/plugins/theme.lua.j2
+++ b/dots/nvim/.config/nvim/lua/plugins/theme.lua.j2
@@ -2,7 +2,7 @@ return {
{
"ellisonleao/gruvbox.nvim",
opts = {
- -- transparent_mode = true,
+ transparent_mode = true,
}
},