diff options
author | Hunt <lizhunt@amazon.com> | 2025-06-16 09:31:39 -0700 |
---|---|---|
committer | Hunt <lizhunt@amazon.com> | 2025-06-16 09:31:39 -0700 |
commit | dccdc3326cea3ad1e951438e6d38170d84d186d8 (patch) | |
tree | ce54e701e0cc1252ad5ab023df782b0cdc474a88 | |
parent | cf84f3769156c45de460d93cfd4255ecac4b0e0d (diff) | |
download | dotfiles-dccdc3326cea3ad1e951438e6d38170d84d186d8.tar.gz dotfiles-dccdc3326cea3ad1e951438e6d38170d84d186d8.zip |
Make vim gruvbox transparent
-rw-r--r-- | dots/nvim/.config/nvim/lua/plugins/theme.lua.j2 | 2 |
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, } }, |