X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=vim%2F.vimrc;h=674025087006ead81884e1afe690fa55b5d8244f;hb=1752f207eb247fb4ae5b1685c34ae9ac3a16a7e2;hp=aebe03606ecc689e002ae6f976b321a2fef1a91b;hpb=7fba92ebcdc07f029db4c5ba68728d91985382ab;p=dotfiles.git diff --git a/vim/.vimrc b/vim/.vimrc index aebe036..6740250 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:• @@ -66,3 +67,6 @@ 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