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:
2
.vimrc
2
.vimrc
@@ -197,7 +197,7 @@ let g:languagetool_jar='/opt/LanguageTool/languagetool-commandline.jar'
|
|||||||
" automatically popup is annoying
|
" automatically popup is annoying
|
||||||
let g:jedi#popup_on_dot = 0
|
let g:jedi#popup_on_dot = 0
|
||||||
" also this one is pretty annoying
|
" 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
|
"let g:languagetool_lang=pl
|
||||||
"}}}
|
"}}}
|
||||||
"NERDtree {{{
|
"NERDtree {{{
|
||||||
|
|||||||
Reference in New Issue
Block a user