new msmtp
[dotfiles.git] / vim / .vimrc
index 6740250..3e1569d 100644 (file)
@@ -70,3 +70,6 @@ let g:syntastic_check_on_wq = 0
 
 " Vimtex options
 let g:vimtex_compiler_enabled = 0
+
+" Background transparency
+hi Normal guibg=NONE ctermbg=NONE