aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-05-25 15:46:36 -0500
committerToby Vincent <tobyv13@gmail.com>2022-05-25 15:46:36 -0500
commitffdfc3e364fb9306925a72d42274f02ad4d2a454 (patch)
tree3752fdd88ada36ac2508b96872b44d63ead8fc2e /nvim
parent5c71eca6d717020376972c5cc3c56093a8a1f939 (diff)
feat: add background transparency to alacritty and neovim
Diffstat (limited to 'nvim')
-rw-r--r--nvim/.config/nvim/lua/options.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/.config/nvim/lua/options.lua b/nvim/.config/nvim/lua/options.lua
index e84abde..4852f08 100644
--- a/nvim/.config/nvim/lua/options.lua
+++ b/nvim/.config/nvim/lua/options.lua
@@ -6,6 +6,7 @@ g.mapleader = " "
vim.g.gruvbox_colors = { bg_statusline = "#3c3836" }
vim.g.gruvbox_flat_style = "hard"
+vim.g.gruvbox_transparent = true
vim.cmd([[colorscheme gruvbox-flat]])
g.tex_flavor = "latex"