More python stuff

This commit is contained in:
Julian Ospald
2018-10-11 14:54:47 +08:00
parent 2fa24865db
commit d5490493af
2 changed files with 16 additions and 0 deletions

2
vimrc
View File

@@ -129,6 +129,8 @@ Plug 'pangloss/vim-javascript', { 'for': 'javascript' }
" python
Plug 'icedwater/vimpython', { 'for': 'python' }
Plug 'zchee/deoplete-jedi', { 'for': 'python' }
Plug 'davidhalter/jedi-vim', { 'for': 'python' }
" scala
Plug 'derekwyatt/vim-scala', { 'for': 'scala' }