" Settings for using LaTeX set grepprg=grep\ -nH\ $* let g:tex_flavor='latex' set iskeyword+=: autocmd BufRead *.tex set tw=100 autocmd BufRead *.tex set spell autocmd BufRead,BufEnter *.tex map :w :!/usr/bin/waf configure build autocmd BufRead,BufEnter *.tex let b:AutoPairs = {'(':')', '[':']', '{':'}'}