{"id":13438119,"url":"https://github.com/timonv/vim-cargo","last_synced_at":"2026-01-10T16:04:57.043Z","repository":{"id":27554730,"uuid":"31036540","full_name":"timonv/vim-cargo","owner":"timonv","description":"Rust Cargo command bindings","archived":true,"fork":false,"pushed_at":"2018-03-07T11:31:45.000Z","size":8,"stargazers_count":56,"open_issues_count":4,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-01T03:25:41.324Z","etag":null,"topics":[],"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/timonv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-19T20:58:03.000Z","updated_at":"2024-04-21T13:21:17.000Z","dependencies_parsed_at":"2022-08-01T11:17:31.029Z","dependency_job_id":null,"html_url":"https://github.com/timonv/vim-cargo","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonv%2Fvim-cargo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonv%2Fvim-cargo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonv%2Fvim-cargo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonv%2Fvim-cargo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timonv","download_url":"https://codeload.github.com/timonv/vim-cargo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221729809,"owners_count":16871109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-07-31T03:01:03.013Z","updated_at":"2024-10-27T20:31:25.077Z","avatar_url":"https://github.com/timonv.png","language":"Vim script","funding_links":[],"categories":["Development tools","开发工具","开发工具 Development tools"],"sub_categories":["IDEs","集成开发环境(IDE)","编辑器 IDEs"],"readme":"# Vim Cargo\n\nSimple vim command bindings to quickly run cargo stuff from vim.\n\n## Commands Available, mapping with their Cargo equivalant:\n\n* CargoBench\n* CargoBuild\n* CargoClean\n* CargoDoc\n* CargoNew\n* CargoRun\n* CargoTest\n* CargoUpdate\n\n## Installation\n\nIt's recommended to use a plugin manager to manage your vim plugins. A few examples:\n\n### Vundle\n\nPlugin 'timonv/vim-cargo'\n\n### Plug\n\nPlug 'timonv/vim-cargo'\n\n\n### NeoBundle\n\nNeoBundle 'timonv/vim-cargo'\n\n## Usage\n\nSimply run one of the commands. By default it just delegates to cargo.\n\nYou can overwrite g:cargo_command to, for instance, support dispatch:\n\n```\nlet g:cargo_command = \"Dispatch cargo {cmd}\"\n```\n\n## Contribute\n\n* Fork\n* Code\n* Test\n* Pull-request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonv%2Fvim-cargo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimonv%2Fvim-cargo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonv%2Fvim-cargo/lists"}