change default indentation for shellscripts
from 2 to 4
This commit is contained in:
parent
45fafd832d
commit
bacdf552fb
@ -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'},
|
||||
\ ])
|
||||
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
set shiftwidth=2
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
let g:sh_fold_enabled=1
|
||||
|
Loading…
Reference in New Issue
Block a user