mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
make it possible to disable commands
This commit is contained in:
@@ -120,7 +120,7 @@ and usually saves one keypress.
|
||||
let g:jedi#popup_select_first = 0
|
||||
|
||||
Here are a few more defaults for actions, read the docs (``:help jedi-vim``) to
|
||||
get more information. You can change them
|
||||
get more information. If you set them to ``""``, they are not assigned.
|
||||
|
||||
.. code-block:: vim
|
||||
|
||||
@@ -133,7 +133,6 @@ get more information. You can change them
|
||||
let g:jedi#show_call_signatures = "1"
|
||||
|
||||
|
||||
|
||||
Testing
|
||||
=======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user