From 0e325bc0d3d2be3ad9c4ede80420b8f6f1b155c9 Mon Sep 17 00:00:00 2001 From: valeth Date: Tue, 16 Jun 2015 23:10:49 +0200 Subject: [PATCH] add ftplugin configuration for shellscript --- after/ftplugin/sh.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 after/ftplugin/sh.vim diff --git a/after/ftplugin/sh.vim b/after/ftplugin/sh.vim new file mode 100644 index 0000000..db2c338 --- /dev/null +++ b/after/ftplugin/sh.vim @@ -0,0 +1,2 @@ +set shiftwidth=2 +set expandtab