1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

replaced g:jedi#show_function_definition to g:jedi#show_call_signatures in vimrc

This commit is contained in:
2014-06-29 19:46:25 +02:00
parent 556e48ae3f
commit a0caebac9a

2
.vimrc
View File

@@ -197,7 +197,7 @@ let g:languagetool_jar='/opt/LanguageTool/languagetool-commandline.jar'
" automatically popup is annoying
let g:jedi#popup_on_dot = 0
" also this one is pretty annoying
let g:jedi#show_function_definition = "0"
let g:jedi#show_call_signatures = "0"
"let g:languagetool_lang=pl
"}}}
"NERDtree {{{