1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00

Add pep8-indent

This commit is contained in:
wsdjeg 2017-04-22 12:51:05 +08:00
parent e3d87be088
commit 8a333a2e8a

View File

@ -15,5 +15,6 @@ function! SpaceVim#layers#lang#python#plugins() abort
else
call add(plugins, ['davidhalter/jedi-vim', { 'on_ft' : 'python'}])
endif
call add(plugins, ['Vimjas/vim-python-pep8-indent', { 'on_ft' : 'python'}])
return plugins
endfunction