Initial commit
This commit is contained in:
8
latex.vim
Normal file
8
latex.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
" 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 <F9> :w <CR> :!/usr/bin/waf configure build <CR>
|
||||
autocmd BufRead,BufEnter *.tex let b:AutoPairs = {'(':')', '[':']', '{':'}'}
|
||||
Reference in New Issue
Block a user