From a120f428ffd8189b50dc16193363bcc86fec0510 Mon Sep 17 00:00:00 2001 From: d7415 Date: Thu, 2 Apr 2015 12:08:14 +0100 Subject: [PATCH 1/2] Add Debian and Ubuntu packages to README.rst --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9ee73d5..ffb6dcd 100644 --- a/README.rst +++ b/README.rst @@ -85,8 +85,10 @@ Example Installation Command using Pathogen: cd ~/.vim/bundle/ && git clone --recursive https://github.com/davidhalter/jedi-vim.git -On Arch Linux, you can also install jedi-vim from official repositories: `vim-jedi -`__. +On Arch Linux, you can also install jedi-vim from official repositories as `vim-jedi +`__. It is also available +on `Debian (≥8) `__ and `Ubuntu (≥14.04) +`__ as vim-python-jedi. Note that the `python-mode `_ VIM plugin seems to conflict with jedi-vim, therefore you should disable it before enabling From c22e2bcdf5fd4c3336e64d3f59484f06e4dc984e Mon Sep 17 00:00:00 2001 From: Martin Stone Date: Thu, 2 Apr 2015 15:33:27 +0100 Subject: [PATCH 2/2] Add linux packages to docs. --- doc/jedi-vim.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/jedi-vim.txt b/doc/jedi-vim.txt index d50cf77..81b1cda 100644 --- a/doc/jedi-vim.txt +++ b/doc/jedi-vim.txt @@ -17,6 +17,7 @@ Contents *jedi-vim-contents* 2.1. Manually |jedi-vim-installation-manually| 2.2. Using Pathogen |jedi-vim-installation-pathogen| 2.3. Using Vundle |jedi-vim-installation-vundle| + 2.4. Installing from Repositories |jedi-vim-installation-repos| 3. Supported Python features |jedi-vim-support| 4. Usage |jedi-vim-usage| 5. Mappings |jedi-vim-keybindings| @@ -146,6 +147,13 @@ Pathogen simplifies installation considerably. Help tags are generated automatically, so you should be good to go. +------------------------------------------------------------------------------ +2.4. Installing from Repositories *jedi-vim-installation-repos* + +Some Linux distributions have jedi-vim packages in their official +repositories. On Arch Linux, install vim-jedi. On Debian (8+) or Ubuntu +(14.04+) install vim-python-jedi. + ============================================================================== 3. Supported Python features *jedi-vim-support*