{"id":18388584,"url":"https://github.com/mattkretz/vim-compilerexplorer","last_synced_at":"2026-01-23T04:56:36.508Z","repository":{"id":79250236,"uuid":"243241044","full_name":"mattkretz/vim-compilerexplorer","owner":"mattkretz","description":"Compiler Explorer on a tab in vim","archived":false,"fork":false,"pushed_at":"2025-09-11T10:31:26.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-11T13:27:31.329Z","etag":null,"topics":["compiler-explorer","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattkretz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-02-26T10:58:11.000Z","updated_at":"2025-09-11T10:31:30.000Z","dependencies_parsed_at":"2023-05-29T11:15:36.728Z","dependency_job_id":"ccd547be-5004-4612-9cbe-838e8fbe9db8","html_url":"https://github.com/mattkretz/vim-compilerexplorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattkretz/vim-compilerexplorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattkretz%2Fvim-compilerexplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattkretz%2Fvim-compilerexplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattkretz%2Fvim-compilerexplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattkretz%2Fvim-compilerexplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattkretz","download_url":"https://codeload.github.com/mattkretz/vim-compilerexplorer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattkretz%2Fvim-compilerexplorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28680623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T04:33:33.518Z","status":"ssl_error","status_checked_at":"2026-01-23T04:33:30.433Z","response_time":59,"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":["compiler-explorer","vim-plugin"],"created_at":"2024-11-06T01:34:57.946Z","updated_at":"2026-01-23T04:56:36.494Z","avatar_url":"https://github.com/mattkretz.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# compilerexplorer.vim\n\nThis is a proof-of-concept vim plugin for local Compiler Explorer \nfunctionality, similar to https://compiler-explorer.com/. Press `\u003cF6\u003e` to open \na new tab which opens the files `ce.cpp` and `ce.asm` in the CWD. On top, the \ninvocations of the C++ compiler and llvm-mca can be configured.\n\nAfter editing `ce.cpp`, press `\u003cF6\u003e` again to update `ce.asm`. If any \ndiagnostic output was produced, a QuickFix window opens at the bottom and a new \nwindow on the left jumps to the first error. Now, if you want to analyze the \nassembly using llvm-mca, make visual selection in the `ce.asm` buffer and press \n`\u003cF6\u003e` again. This will open another vertical split showing the output of \nllvm-mca for the selected instruction sequence.\n\nAt this point, this plugin is a quick solution for supporting my work: Inspect \nthe codegen of certain C++ library calls, while developing the library.\nIf you find this plugin useful but need more features, please contribute your \nideas or even better PRs.\n\n## Installation\n\n    mkdir -p ~/.vim/pack/mattkretz/start\n    cd ~/.vim/pack/mattkretz/start\n    git clone https://github.com/mattkretz/vim-compilerexplorer\n\n## License\n\nCopyright © Matthias Kretz.  Distributed under the same terms as Vim itself.\nSee `:help license`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattkretz%2Fvim-compilerexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattkretz%2Fvim-compilerexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattkretz%2Fvim-compilerexplorer/lists"}