From 8aefa130626b9a8bff7632984405aecf6e96c0f9 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 6 Jan 2020 14:40:56 +0100 Subject: [PATCH] Disable python-mode again, as it conflicts with jedi --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 9c342e6..a735444 100644 --- a/.vimrc +++ b/.vimrc @@ -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: