|
|
@ -93,6 +93,7 @@ Plug 'lumiliet/vim-twig', { 'for': [ 'php', 'html' ] } " Twig templates |
|
|
|
" Python{{{ |
|
|
|
Plug 'davidhalter/jedi-vim', { 'for': 'python', 'do': 'pip install jedi' } |
|
|
|
Plug 'zchee/deoplete-jedi', { 'for': 'python' } |
|
|
|
Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' } |
|
|
|
"}}} |
|
|
|
|
|
|
|
" Java{{{ |
|
|
@ -103,6 +104,10 @@ Plug 'artur-shaik/vim-javacomplete2', { 'for': 'java' } |
|
|
|
Plug 'vim-scripts/mips.vim' |
|
|
|
"}}} |
|
|
|
|
|
|
|
" Rust {{{ |
|
|
|
Plug 'sebastianmarkow/deoplete-rust', {'for': 'rust' } |
|
|
|
"}}} |
|
|
|
|
|
|
|
" All of your Plugins must be added before the following line |
|
|
|
call plug#end() " required |
|
|
|
filetype plugin indent on " required |
|
|
|