Vim: use spaces instead of tabs for LaTeX

This commit is contained in:
2018-03-21 06:29:06 -04:00
parent fc64617644
commit bbf5b267fa
3 changed files with 4 additions and 2 deletions

View File

@@ -196,6 +196,7 @@ nnoremap <leader>Y "+Y
" Local Mappings {{{ "
let maplocalleader="-"
autocmd Filetype c inoremap <localleader>s struct pixel
autocmd Filetype tex set tabstop=2 shiftwidth=2 expandtab
" tex {{{ "
autocmd Filetype tex inoremap <localleader>D \Delta