From 1bda26ce0f4d1ff765461f4234c17e304ece4a13 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 3 Feb 2014 20:48:56 +0100 Subject: [PATCH] vim: use single space indent in tex files --- vim/ftplugin/tex.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vim/ftplugin/tex.vim 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 -- 2.48.1