diff --git a/README.rst b/README.rst index b67d912..a92bc0a 100644 --- a/README.rst +++ b/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`` in your jedi-vim repository. -The autocompletion can be used with , if you want it to work with - you can use `supertab `_. - On Arch Linux, you can also install jedi-vim from AUR: `vim-jedi `__. @@ -153,6 +150,13 @@ This depends on the ``completeopt`` option. Jedi initializes it in its autocmd FileType python setlocal completeopt-=preview +I want to do autocompletion +--------------------------------- + +Don't even think about changing the Jedi command to ````, +use `supertab `_! + + Testing =======