From 42ad8396d9a418aebd9c0174c45672e68bfdb7d7 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Mon, 26 Mar 2018 12:00:02 +0300 Subject: [PATCH] Add new stuff --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 4191983..e1a6e32 100644 --- a/.vimrc +++ b/.vimrc @@ -355,7 +355,7 @@ let g:SuperTabDefaultCompletionType = "" " cd ~/.vim/bundle " git clone git://github.com/davidhalter/jedi-vim.git " let g:jedi#usages_command = "z" -" let g:jedi#popup_on_dot = 0 +let g:jedi#popup_on_dot = 0 " let g:jedi#popup_select_first = 0 " let g:jedi#force_py_version = 3 " let g:jedi#completions_command = '.'