mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 03:04:30 +08:00
move supertab info to faq
This commit is contained in:
10
README.rst
10
README.rst
@@ -72,9 +72,6 @@ The first thing you need after that is an up-to-date version of Jedi. You can
|
|||||||
either get it via ``pip install jedi`` or with ``git submodule update --init``
|
either get it via ``pip install jedi`` or with ``git submodule update --init``
|
||||||
in your jedi-vim repository.
|
in your jedi-vim repository.
|
||||||
|
|
||||||
The autocompletion can be used with <ctrl+space>, if you want it to work with
|
|
||||||
<tab> you can use `supertab <https://github.com/ervandew/supertab>`_.
|
|
||||||
|
|
||||||
On Arch Linux, you can also install jedi-vim from AUR: `vim-jedi
|
On Arch Linux, you can also install jedi-vim from AUR: `vim-jedi
|
||||||
<https://aur.archlinux.org/packages/vim-jedi/>`__.
|
<https://aur.archlinux.org/packages/vim-jedi/>`__.
|
||||||
|
|
||||||
@@ -153,6 +150,13 @@ This depends on the ``completeopt`` option. Jedi initializes it in its
|
|||||||
autocmd FileType python setlocal completeopt-=preview
|
autocmd FileType python setlocal completeopt-=preview
|
||||||
|
|
||||||
|
|
||||||
|
I want <Tab> to do autocompletion
|
||||||
|
---------------------------------
|
||||||
|
|
||||||
|
Don't even think about changing the Jedi command to ``<Tab>``,
|
||||||
|
use `supertab <https://github.com/ervandew/supertab>`_!
|
||||||
|
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user