1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Disable python-mode again, as it conflicts with jedi

This commit is contained in:
2020-01-06 14:40:56 +01:00
parent a0eff44ed7
commit 8aefa13062

2
.vimrc
View File

@@ -290,7 +290,7 @@ let g:rainbow_conf = {
\}
" Python goodness
Plug 'python-mode/python-mode', {'for': 'python', 'branch': 'develop'}
" Plug 'python-mode/python-mode', {'for': 'python', 'branch': 'develop'}
" Python autocompletion
" On a machine with a Python3-only vim, use system packages like: