1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update semshi install command

It seems that using for option for vim-plug will cause problem. Ref: https://github.com/numirias/semshi/issues/59
This commit is contained in:
jdhao 2019-12-03 00:33:20 +08:00
parent c2b7a49a83
commit 84e4ac3ee0

View File

@ -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'}