From 79655830d8c1daf866697c33ad07ce3b4b4ad920 Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Sun, 11 Jun 2017 02:59:36 +0200
Subject: Fixed: Accidentally deactivated jedi

---
 vimrc-full | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'vimrc-full')

diff --git a/vimrc-full b/vimrc-full
index c34cbc9..50d5c25 100644
--- a/vimrc-full
+++ b/vimrc-full
@@ -300,12 +300,12 @@ if has("python")
   " autocmd FileType c,cpp,objc map <buffer> = <Plug>(operator-clang-format)
 
   " JEDI: ==============================================================================================================
-  "     Plug 'davidhalter/jedi-vim'               " jedi gets used to display python function signatures
-  "     let g:jedi#completions_enabled        = 0 " we do not need completions, because we have YouCompleteMe
-  "     let g:jedi#show_call_signatures       = 1 " which sadly does not support signatures like jedi
-  "     let g:jedi#show_call_signatures_delay = 0
-  "     let g:jedi#auto_vim_configure         = 0
-  "     let g:pymode_rope                     = 0 " https://github.com/davidhalter/jedi-vim/issues/163
+  Plug 'davidhalter/jedi-vim'               " jedi gets used to display python function signatures
+  let g:jedi#completions_enabled        = 0 " we do not need completions, because we have YouCompleteMe
+  let g:jedi#show_call_signatures       = 1 " which sadly does not support signatures like jedi
+  let g:jedi#show_call_signatures_delay = 0
+  let g:jedi#auto_vim_configure         = 0
+  let g:pymode_rope                     = 0 " https://github.com/davidhalter/jedi-vim/issues/163
   " autocmd FileType python jedi.preload_module('os', 'sys', 'math')
   " let g:pymode_options_max_line_length          = 120
   " let g:syntastic_python_flake8_args='--ignore=F821,E302,E501,E241,E301'
-- 
cgit v1.2.3