{"id":26907311,"url":"https://github.com/thindil/robovim","last_synced_at":"2026-05-05T07:32:32.129Z","repository":{"id":108684754,"uuid":"185536022","full_name":"thindil/robovim","owner":"thindil","description":"Robodoc support for Vim/NeoVim","archived":false,"fork":false,"pushed_at":"2019-12-27T09:43:26.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T11:55:44.399Z","etag":null,"topics":["documentation","neovim","plugin","robodoc","vim"],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thindil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-05-08T05:41:39.000Z","updated_at":"2019-12-27T09:43:28.000Z","dependencies_parsed_at":"2023-04-24T15:33:23.836Z","dependency_job_id":null,"html_url":"https://github.com/thindil/robovim","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"2704882ece50d6253b4913575c67d9e649d0e5de"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thindil/robovim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thindil%2Frobovim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thindil%2Frobovim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thindil%2Frobovim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thindil%2Frobovim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thindil","download_url":"https://codeload.github.com/thindil/robovim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thindil%2Frobovim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","neovim","plugin","robodoc","vim"],"created_at":"2025-04-01T11:55:51.309Z","updated_at":"2026-05-05T07:32:32.115Z","avatar_url":"https://github.com/thindil.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"## General informations\nRobovim is a simple Vim plugin which allow easier add [Robodoc](https://rfsber.home.xs4all.nl/Robo/)\nformatted documentation to a source code. At this moment supported programming\nlanguages are: Ada, Vim, Python, Tcl and C. All programming languages with\nC-like comments should generally works too. Additionally, it is easy to add\nsupport for more programming languages.\n\n## Installation\n\nThis plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:\n\n| Plugin Manager | Install with... |\n| ------------- | ------------- |\n| [Pathogen](https://github.com/tpope/vim-pathogen) | `git clone https://github.com/thindil/robovim ~/.vim/bundle/robovim`\u003cbr/\u003eRemember to run `:Helptags` to generate help tags |\n| [NeoBundle](https://github.com/Shougo/neobundle.vim) | `NeoBundle 'thindil/robovim'` |\n| [Vundle](https://github.com/VundleVim/Vundle.vim) | `Plugin 'thindil/robovim'` |\n| [Plug](https://github.com/junegunn/vim-plug) | `Plug 'thindil/robovim'` |\n| [Dein](https://github.com/Shougo/dein.vim) | `call dein#add('thindil/robovim')` |\n| [minpac](https://github.com/k-takata/minpac/) | `call minpac#add('thindil/robovim')` |\n| pack feature (native Vim 8 package feature)| `git clone https://github.com/thindil/robovim ~/.vim/pack/dist/start/robovim`\u003cbr/\u003eRemember to run `:helptags` to generate help tags |\n| manual | copy all of the files into your `~/.vim` directory |\n\n## Usage\n\nPlace cursor on the element to which you want to add a documentation and enter\nVim command `Roboheader [headertype]` where *headertype* is one of types of headers\nsupported by your setting of Robodoc. It will add a skeleton documentation header\nabove cursor line filled with basic informations.\n\nYou can close the documentation by entering Vim command `Robofooter`. It will add\nRobodoc closing mark below your cursor line.\n\nMost of parameters (like package name, element name) the plugin can\nauto-detect. If you are not satisfied with auto-detection, you can use Vim\ncommand `Robopackage [packagename]` to set a new name for a package in\nselected buffer. Using this command without *packagename* will cause reset it\nto auto-detect again.\n\nMore information on how to use, configure or extend this plugin you can find in\nthe plugin help file with Vim command `help robovim`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthindil%2Frobovim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthindil%2Frobovim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthindil%2Frobovim/lists"}