From 223397ff1ffe185634a8a98316c761bc45aa0ac9 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Wed, 3 Feb 2021 22:30:50 +0300 Subject: [PATCH 1/2] Add install instruction for plain Vim 8 --- README.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2c73c840..4755bf28 100644 --- a/README.rst +++ b/README.rst @@ -79,12 +79,17 @@ You need a VIM version that was compiled with Python 2.7 or later Manual installation ------------------- +The plugin uses `git` submodules to fetch latest version of Jedi. -You might want to use `pathogen `_ or -`Vundle `_ to install jedi-vim. +To install using standard Vim 8 plugin system: + +.. code-block:: sh -The first thing you need after that is an up-to-date version of Jedi. Install -``git submodule update --init --recursive`` in your jedi-vim repository. + mkdir -p ~/.vim/pack/git-plugins/start + git clone --recursive https://github.com/davidhalter/jedi-vim.git ~/.vim/pack/git-plugins/start/jedi-vim + +Or you might want to use `pathogen `_ or +`Vundle `_ to install jedi-vim. Example installation command using Pathogen: From fad312eaa8c31f1503e0e47cdae9addf01a95004 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 5 Jun 2021 14:10:56 +0200 Subject: [PATCH 2/2] Update README.rst Co-authored-by: Daniel Hahler --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4755bf28..dc8e4e53 100644 --- a/README.rst +++ b/README.rst @@ -79,7 +79,7 @@ You need a VIM version that was compiled with Python 2.7 or later Manual installation ------------------- -The plugin uses `git` submodules to fetch latest version of Jedi. +The plugin uses `git` submodules to fetch the vendored versions of Jedi. To install using standard Vim 8 plugin system: