From 6dcaf53c2f3dad1c3b502dcb4042255bacab7742 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Thu, 4 Aug 2016 10:22:44 +0200 Subject: Default tabulation in Vim and NeoVim and remove tab-bar when not necessary --- vim/.vim/ftplugin/sh.vim | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 vim/.vim/ftplugin/sh.vim (limited to 'vim/.vim/ftplugin/sh.vim') diff --git a/vim/.vim/ftplugin/sh.vim b/vim/.vim/ftplugin/sh.vim deleted file mode 100644 index f41f3bf..0000000 --- a/vim/.vim/ftplugin/sh.vim +++ /dev/null @@ -1,2 +0,0 @@ -set tabstop=4 softtabstop=0 expandtab shiftwidth=4 -set autoindent -- cgit v1.2.3