From: Samir Benmendil Date: Mon, 3 Feb 2014 19:48:56 +0000 (+0100) Subject: vim: use single space indent in tex files X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/1bda26ce0f4d1ff765461f4234c17e304ece4a13 vim: use single space indent in tex files --- diff --git a/vim/ftplugin/tex.vim b/vim/ftplugin/tex.vim new file mode 100644 index 0000000..406b447 --- /dev/null +++ b/vim/ftplugin/tex.vim @@ -0,0 +1,6 @@ +setlocal expandtab +setlocal tabstop=1 +setlocal shiftwidth=1 +setlocal softtabstop=1 +setlocal textwidth=80 +set iskeyword+=: " autocomplet fig: labels