X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=vim%2F.vimrc;h=3e1569d22d250a9a5ca9ee47967fbdcf56858d3d;hb=ccb9317993b6bc2b32c27bb1feb1a967e5cdc87d;hp=e2208dfc484a609df52117f42c064506aa603972;hpb=04afc939b89a847081345c90976f45255c6ff871;p=dotfiles.git diff --git a/vim/.vimrc b/vim/.vimrc index e2208df..3e1569d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -23,6 +23,7 @@ set colorcolumn=80 set textwidth=79 set shiftwidth=4 set tabstop=4 +set nowrap " List characters to mark trailing whitespace etc set listchars=nbsp:¬,tab:▸\ ,eol:↩,extends:»,precedes:«,trail:• @@ -69,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