From 84e4ac3ee0c3bc33a90cd06c8888fa7d9b591a6e Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 3 Dec 2019 00:33:20 +0800 Subject: [PATCH] Update semshi install command It seems that using for option for vim-plug will cause problem. Ref: https://github.com/numirias/semshi/issues/59 --- plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}