From bacdf552fb8e5d880c0d17a10c7fcb281b1f529d Mon Sep 17 00:00:00 2001 From: valeth Date: Thu, 21 Apr 2016 18:22:32 +0200 Subject: [PATCH] change default indentation for shellscripts from 2 to 4 --- .init.vim-rplugin~ | 2 +- after/ftplugin/sh.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.init.vim-rplugin~ b/.init.vim-rplugin~ index eb15698..fa89f7d 100644 --- a/.init.vim-rplugin~ +++ b/.init.vim-rplugin~ @@ -1,6 +1,6 @@ " python3 plugins call remote#host#RegisterPlugin('python3', '/home/valeth/User/data/nvim/plugins/deoplete.nvim/rplugin/python3/deoplete', [ - \ {'sync': 1, 'name': '_deoplete', 'type': 'function', 'opts': {}}, + \ {'sync': 1, 'name': '_deoplete', 'opts': {}, 'type': 'function'}, \ ]) diff --git a/after/ftplugin/sh.vim b/after/ftplugin/sh.vim index ad58d24..6ac573b 100644 --- a/after/ftplugin/sh.vim +++ b/after/ftplugin/sh.vim @@ -1,3 +1,3 @@ -set shiftwidth=2 +set shiftwidth=4 set expandtab let g:sh_fold_enabled=1