diff options
author | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-08-04 10:22:44 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@gmail.com> | 2016-08-04 10:22:44 +0200 |
commit | 6dcaf53c2f3dad1c3b502dcb4042255bacab7742 (patch) | |
tree | 5ec6da18d9f1b2cb7ce36f8e4721444e2d9397df /vim/.vim/ftplugin/sh.vim | |
parent | f73e9343456622bd773732a93e6831f58aa9302b (diff) |
Default tabulation in Vim and NeoVim and remove tab-bar when not necessary
Diffstat (limited to 'vim/.vim/ftplugin/sh.vim')
-rw-r--r-- | vim/.vim/ftplugin/sh.vim | 2 |
1 files changed, 0 insertions, 2 deletions
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 |