1
0

change default indentation for shellscripts

from 2 to 4
This commit is contained in:
valeth 2016-04-21 18:22:32 +02:00
parent 45fafd832d
commit bacdf552fb
2 changed files with 2 additions and 2 deletions

View File

@ -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'},
\ ])

View File

@ -1,3 +1,3 @@
set shiftwidth=2
set shiftwidth=4
set expandtab
let g:sh_fold_enabled=1