From 111cca5106553f0c0a17a63cddc0173d2e89ac82 Mon Sep 17 00:00:00 2001 From: David Halter Date: Wed, 28 Aug 2013 11:52:47 +0430 Subject: [PATCH] move supertab info to faq --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 =======