{"id":21215043,"url":"https://github.com/jamescherti/vim-jedipydoc","last_synced_at":"2026-05-16T23:14:59.858Z","repository":{"id":144196336,"uuid":"583508866","full_name":"jamescherti/vim-jedipydoc","owner":"jamescherti","description":"Vim-jedipydoc: Show the Pydoc/Python Documentation of the item under the cursor","archived":false,"fork":false,"pushed_at":"2026-01-14T16:33:41.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-26T07:41:59.822Z","etag":null,"topics":["documentation-tool","jedi","python","vim","vim-plugin","vim-plugins"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamescherti.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-30T01:43:51.000Z","updated_at":"2026-01-14T16:33:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d4f1502-82fd-4f9d-a49b-70e0dc466a9e","html_url":"https://github.com/jamescherti/vim-jedipydoc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jamescherti/vim-jedipydoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescherti%2Fvim-jedipydoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescherti%2Fvim-jedipydoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescherti%2Fvim-jedipydoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescherti%2Fvim-jedipydoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamescherti","download_url":"https://codeload.github.com/jamescherti/vim-jedipydoc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescherti%2Fvim-jedipydoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33121881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation-tool","jedi","python","vim","vim-plugin","vim-plugins"],"created_at":"2024-11-20T21:33:14.592Z","updated_at":"2026-05-16T23:14:59.824Z","avatar_url":"https://github.com/jamescherti.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"##################################################################################\nvim-jedipydoc - Show the Pydoc/Python documentation for the item under the cursor\n##################################################################################\n\nJedipydoc is a Vim plugin that allows showing the Pydoc documentation of the item\nunder the cursor: In a new tab (default) or in a horizontal split.\n\nDefault key mapping: ``\u003cLeader\u003eK``.\n\nVim-jedipydoc Git repository: https://github.com/jamescherti/vim-jedipydoc\n\nAuthor and license\n===================\n- Author: `James Cherti \u003chttps://www.jamescherti.com\u003e`_\n- License: MIT\n\nRequirements\n============\n\nJedipydoc requires the Vim plugin `Jedi-vim \u003chttps://github.com/davidhalter/jedi-vim\u003e`_.\n\nChange the default key mapping\n==============================\nAdd the following lines to your ~/.vimrc if you wish to use the same key\nmapping as Jedi-vim:\n\n.. code-block:: vim\n\n    let g:jedipydoc_documentation_command = 'K'\n    let g:jedi#documentation_command = '\u003cLeader\u003eK'\n\nDocumentation\n=============\n\nDocumentation is available in your vim: ``:help jedipydoc``.\n\nInstallation\n============\n\nInstallation with Vim's built-in package manager (Vim 8 and above)\n------------------------------------------------------------------\n\n.. code-block:: sh\n\n    bash\n    mkdir -p ~/.vim/pack/jamescherti/start\n    cd ~/.vim/pack/jamescherti/start\n    git clone --depth 1 https://github.com/jamescherti/vim-jedipydoc\n    vim -u NONE -c \"helptags vim-jedipydoc/doc\" -c q\n\nInstallation with a third-party plugin manager\n----------------------------------------------\n\nYou might want to use `pathogen \u003chttps://github.com/tpope/vim-pathogen\u003e`_ or\n`Vundle \u003chttps://github.com/gmarik/vundle\u003e`_ to install jedipydoc.\n\nThe first thing you need after that is an up-to-date version of Jedi. Install\n``git submodule update --init --recursive`` in your jedipydoc repository.\n\nExample installation command using Pathogen:\n\n.. code-block:: sh\n\n    git clone --recursive https://github.com/jamescherti/jedipydoc.git ~/.vim/bundle/jedipydoc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamescherti%2Fvim-jedipydoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamescherti%2Fvim-jedipydoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamescherti%2Fvim-jedipydoc/lists"}