vim/ftplugin/tex.vim
Steins7 338fa08249 Minor tweaks
+ added automatic header
* fixed file type-specific settings
2020-12-08 10:07:47 +01:00

15 lines
247 B
VimL

"---- configuration
set colorcolumn=81
set textwidth=80
set formatoptions+=t
set enc=utf-8
"---- plugins
"vim-latex-preview
autocmd Filetype tex setl updatetime=1000
let g:livepreview_previewer = 'evince'
let g:livepreview_engine = 'xelatex'