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