X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=vim%2F.vimrc;h=3e1569d22d250a9a5ca9ee47967fbdcf56858d3d;hb=30b6457bcd8ea12f5ec67d49cc3582fccee100d6;hp=794c49c428c201babc4ca0a789394489f9abd9fb;hpb=ec1f37d52d491d731b8b3463d8704102256a30ca;p=dotfiles.git diff --git a/vim/.vimrc b/vim/.vimrc index 794c49c..3e1569d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -67,3 +67,9 @@ let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 1 let g:syntastic_check_on_open = 0 let g:syntastic_check_on_wq = 0 + +" Vimtex options +let g:vimtex_compiler_enabled = 0 + +" Background transparency +hi Normal guibg=NONE ctermbg=NONE