From 46b500e4d4915dcf460e1084b19e7ea6c0df486c Mon Sep 17 00:00:00 2001 From: valeth Date: Fri, 22 Apr 2016 09:56:31 +0200 Subject: [PATCH] update snippets and tex after/ftplugin change tabstop, shiftwidth and expandtab settings --- after/ftplugin/snippets.vim | 3 +++ after/ftplugin/tex.vim | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 after/ftplugin/snippets.vim create mode 100644 after/ftplugin/tex.vim diff --git a/after/ftplugin/snippets.vim b/after/ftplugin/snippets.vim new file mode 100644 index 0000000..c5eefef --- /dev/null +++ b/after/ftplugin/snippets.vim @@ -0,0 +1,3 @@ +set shiftwidth=4 +set tabstop=4 +set noexpandtab diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim new file mode 100644 index 0000000..4bc3931 --- /dev/null +++ b/after/ftplugin/tex.vim @@ -0,0 +1,3 @@ +set tabstop=4 +set shiftwidth=4 +set noexpandtab