Set guibg to none

This commit is contained in:
Raoul Branten 2024-01-08 13:33:45 +01:00
parent 88297963cf
commit 5ea10c47a2

View File

@ -1,5 +1,4 @@
-- see https://github.com/morhetz/gruvbox/
print("foo")
vim.g.gruvbox_italic_keyword = true
vim.o.termguicolors = true
vim.o.background = 'dark'
@ -8,3 +7,4 @@ vim.cmd [[ highlight GruvboxBlue guifg=#83a598 ]]
vim.o.fillchars = "vert:|"
vim.cmd [[ hi! VertSplit term=reverse ctermfg=236 ctermbg=132 ]]
vim.cmd [[ colorscheme gruvbox ]]
vim.cmd [[ highlight Normal guibg=NONE ]]