diff --git a/.vimrc b/.vimrc index 1ce237c..a88e29d 100644 --- a/.vimrc +++ b/.vimrc @@ -57,7 +57,7 @@ nnoremap :SyntasticCheck mypy let g:xptemplate_key = '' " Autocomplete with Tab -"inoremap +" inoremap "inoremap @@ -354,15 +354,16 @@ set wildignore+=*/coverage/* "" let g:pymode_syntax_builtin_objs = 0 "" let g:pymode_syntax_builtin_funcs = 0 "" map b Oimport ipdb; ipdb.set_trace() # BREAKPOINT -let g:SuperTabDefaultCompletionType = "" +" let g:SuperTabDefaultCompletionType = "" " Settings for jedi-vim " cd ~/.vim/bundle " git clone git://github.com/davidhalter/jedi-vim.git " let g:jedi#usages_command = "z" -let g:jedi#popup_on_dot = 1 +" let g:jedi#popup_on_dot = 1 " let g:jedi#popup_select_first = 0 " let g:jedi#force_py_version = 3 -let g:jedi#completions_command = '.' +" let g:jedi#completions_command = '.' +" let g:jedi#show_call_signatures = 1 " map b Oimport ipdb; ipdb.set_trace() # BREAKPOINT " Map C-a to select entire file @@ -408,7 +409,7 @@ endfunction "inoremap =OmniPopup('k') set omnifunc=jedi#completions :"py3 import sys; sys.path[2]='/root/.virtualenvs/django/bin/python' -"set omnifunc=syntaxcomplete#Complete +" set omnifunc=syntaxcomplete#Complete " Python folding " mkdir -p ~/.vim/ftplugin