{"id":21013437,"url":"https://github.com/heavenshell/vim-inhibitor","last_synced_at":"2026-06-22T19:31:36.095Z","repository":{"id":56469990,"uuid":"188676793","full_name":"heavenshell/vim-inhibitor","owner":"heavenshell","description":"My Rust plugins.","archived":false,"fork":false,"pushed_at":"2020-11-05T14:21:52.000Z","size":5815,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-06T05:01:01.017Z","etag":null,"topics":["rust","vim","vim-plugin"],"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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heavenshell.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2019-05-26T11:54:05.000Z","updated_at":"2019-06-07T17:00:35.000Z","dependencies_parsed_at":"2022-08-15T19:20:38.572Z","dependency_job_id":null,"html_url":"https://github.com/heavenshell/vim-inhibitor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heavenshell/vim-inhibitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-inhibitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-inhibitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-inhibitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-inhibitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heavenshell","download_url":"https://codeload.github.com/heavenshell/vim-inhibitor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-inhibitor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34663524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":["rust","vim","vim-plugin"],"created_at":"2024-11-19T09:42:28.099Z","updated_at":"2026-06-22T19:31:36.071Z","avatar_url":"https://github.com/heavenshell.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-inhibitor\n\n[![Build Status](https://travis-ci.org/heavenshell/vim-inhibitor.svg?branch=master)](https://travis-ci.org/heavenshell/vim-inhibitor)\n\nMy Rust plugins.\n\n![vim-inhibitor](./assets/vim-inhibitor.gif)\n\n## Lint\n\nUse `cargo check` or `clippy`.\n\n```vim\n:Inhibitor\n```\n\nIf error raised, vim-inhibitor add errors to QuickFix.\n\nYou can open with `:cwindow` command.\n\n### More prettify\n\nAlso you can open with `:InhibitorErrors` more prettify errors.\n\n## Format\n\nUse `rustfmt`.\n\n```vim\n:InhibitorFmt\n```\n\nAlso you can use `rls`'s `textDocument/formatting`.\n\n## Completion, definition\n\nUse `rls` and `vim-lsp`.\n\n```vim\naugroup RLS\n  let g:lsp_async_completion = 0\n  autocmd User lsp_setup call lsp#register_server({\n    \\ 'name': 'rls',\n    \\ 'cmd': {server_info -\u003e ['rustup', 'run', 'stable', 'rls']},\n    \\ 'workspace_config': {'rust': {'clippy_preference': 'on'}},\n    \\ 'root_uri':{server_info -\u003e lsp#utils#path_to_uri(lsp#utils#find_nearest_parent_file_directory(lsp#utils#get_buffer_path(), 'Cargo.toml'))},\n    \\ 'whitelist': ['rust'],\n    \\ })\n  autocmd FileType rust setlocal omnifunc=lsp#complete\n  autocmd FileType rust nnoremap \u003cbuffer\u003e \u003cleader\u003ec :\u003cc-u\u003eLspDocumentDiagnostics \u003cCR\u003e\n  autocmd FileType rust nnoremap \u003cbuffer\u003e \u003cleader\u003ed :\u003cc-u\u003eLspDefinition \u003cCR\u003e\n  autocmd FileType rust nnoremap \u003cbuffer\u003e \u003cleader\u003eh :\u003cc-u\u003eLspHover\u003cCR\u003e\naugroup END\n```\n\n## License\n\nNew BSD License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-inhibitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheavenshell%2Fvim-inhibitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-inhibitor/lists"}