heavim/ftplugin/tex.vim

7 lines
122 B
VimL
Raw Normal View History

2020-05-07 12:41:33 +02:00
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal smarttab
setlocal expandtab
setlocal smartindent