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:
parent
c2b7a49a83
commit
84e4ac3ee0
@ -52,7 +52,7 @@ Plug 'ervandew/supertab'
|
|||||||
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
|
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
|
||||||
|
|
||||||
" Python syntax highlighting and more
|
" Python syntax highlighting and more
|
||||||
Plug 'numirias/semshi', { 'do': ':UpdateRemotePlugins', 'for': 'python' }
|
Plug 'numirias/semshi', { 'do': ':UpdateRemotePlugins' }
|
||||||
|
|
||||||
" Python indent (follows the PEP8 style)
|
" Python indent (follows the PEP8 style)
|
||||||
Plug 'Vimjas/vim-python-pep8-indent', {'for': 'python'}
|
Plug 'Vimjas/vim-python-pep8-indent', {'for': 'python'}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user