[VIM] Remove python-mode

This commit is contained in:
Tobias Manske 2019-07-21 02:01:28 +02:00
parent f2bc9e054c
commit 5d59520489
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Plug 'zchee/deoplete-jedi'
" Language Specific stuff (Language Plugins, Linters, etc)
Plug 'w0rp/ale'
Plug 'klen/python-mode'
" Plug 'klen/python-mode'
Plug 'hdima/python-syntax'
Plug 'fs111/pydoc.vim'
Plug 'Vimjas/vim-python-pep8-indent'