diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-03 00:33:20 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-12-03 00:33:20 +0800 |
| commit | 84e4ac3ee0c3bc33a90cd06c8888fa7d9b591a6e (patch) | |
| tree | 2d442bea3a678b773daab1c3110241d246b509d7 /plugins.vim | |
| parent | c2b7a49a8395ce77ece18fd02439af9db8e968f8 (diff) | |
Update semshi install command
It seems that using for option for vim-plug will cause problem. Ref: https://github.com/numirias/semshi/issues/59
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.vim b/plugins.vim index d72b923..a3aea0e 100644 --- a/plugins.vim +++ b/plugins.vim @@ -52,7 +52,7 @@ Plug 'ervandew/supertab' Plug 'davidhalter/jedi-vim', { 'for': 'python' } " Python syntax highlighting and more -Plug 'numirias/semshi', { 'do': ':UpdateRemotePlugins', 'for': 'python' } +Plug 'numirias/semshi', { 'do': ':UpdateRemotePlugins' } " Python indent (follows the PEP8 style) Plug 'Vimjas/vim-python-pep8-indent', {'for': 'python'} |
