rc/vim/after/ftplugin/tex.vim

7 lines
118 B
VimL
Raw Normal View History

2019-02-19 14:35:03 -05:00
setlocal tw=79
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal expandtab
setlocal autoindent