todoman, dwm
[dotfiles.git] / vim / .vimrc
index e2208df..3e1569d 100644 (file)
@@ -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