{"id":13898453,"url":"https://github.com/LucHermitte/vim-build-tools-wrapper","last_synced_at":"2025-07-17T15:33:35.436Z","repository":{"id":28738704,"uuid":"32260107","full_name":"LucHermitte/vim-build-tools-wrapper","owner":"LucHermitte","description":"Projects building plugin for Vim","archived":false,"fork":false,"pushed_at":"2024-04-29T13:34:18.000Z","size":4793,"stargazers_count":25,"open_issues_count":4,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-10T02:32:20.830Z","etag":null,"topics":["build-tool","cmake","compiler-wrapper","vim","vim-plugins"],"latest_commit_sha":null,"homepage":"","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"profi200/Project_CTR","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LucHermitte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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":"2015-03-15T12:42:53.000Z","updated_at":"2024-02-27T07:56:16.000Z","dependencies_parsed_at":"2024-02-27T01:27:30.451Z","dependency_job_id":"9f1be417-6dea-4ce8-8f56-e320f19b4554","html_url":"https://github.com/LucHermitte/vim-build-tools-wrapper","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucHermitte%2Fvim-build-tools-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucHermitte%2Fvim-build-tools-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucHermitte%2Fvim-build-tools-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucHermitte%2Fvim-build-tools-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucHermitte","download_url":"https://codeload.github.com/LucHermitte/vim-build-tools-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":214236347,"owners_count":15703475,"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":["build-tool","cmake","compiler-wrapper","vim","vim-plugins"],"created_at":"2024-08-06T18:04:18.145Z","updated_at":"2024-08-06T18:09:54.193Z","avatar_url":"https://github.com/LucHermitte.png","language":"VimL","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# Introduction\n\nBTW has two main purposes:\n  * [To simplify the on-the-fly tuning of `'compiler'` settings.](doc/filter.md)\n  * [To offer a simplified interface to build, execute, test our programs.](doc/make_run.md)\n\nIt is also able to interface with [projects under CMake](doc/cmake.md).\n\nAnd, it provides an [airline](https://github.com/bling/vim-airline) extension\nthat displays the current project name and compilation mode. This information\nwill also be displayed for the quickfix window.\n\n# Installation\n  * Requirements: Vim 7.+, [lh-vim-lib](http://github.com/LucHermitte/lh-vim-lib) (v4.0.0)\n  * With [vim-addon-manager](https://github.com/MarcWeber/vim-addon-manager), install build-tools-wrapper (this is the preferred method because of the dependencies)\n```vim\nActivateAddons build-tools-wrapper\n```\n  * or with [vim-flavor](http://github.com/kana/vim-flavor) which also supports\n    dependencies:\n```\nflavor 'LucHermitte/vim-build-tools-wrapper'\n```\n  * or you can clone the git repositories (expecting I haven't forgotten anything):\n```vim\ngit clone git@github.com:LucHermitte/lh-vim-lib.git\ngit clone git@github.com:LucHermitte/vim-build-tools-wrapper.git\n```\n  * or with Vundle/NeoBundle (expecting I haven't forgotten anything):\n```vim\nBundle 'LucHermitte/lh-vim-lib'\nBundle 'LucHermitte/vim-build-tools-wrapper'\n```\n\n# See also\n\n## Dependencies\n\nYou will most certainly require a project management plugin. I can offer you [local\\_vimrc](http://github.com/LucHermitte/local_vimrc), there are plenty alternatives (with similar names), or even the good old project.vim plugin.\n\n## Examples of configuration of BTW\n\n  * See the two `_local_vimrc*.vim` files from my [Rasende Roboter solver](http://github.com/LucHermitte/Rasende).\n  * See the two same files from my configuration for working with openjpeg _(link to be added)_.\n\n## Alternatives\nThere are a few alternative plugins that I'm aware of:\n  * [Tim Pope's vim-dispatch](http://github.com/tpope/vim-dispatch) regarding the encapsulation of `:make`\n  * Marc Weber's _name-forgotten_ plugin to run things in background\n  * [Jacky Alciné's CMake.vim plugin](http://jalcine.github.io/cmake.vim/)\n\n[![Project Stats](https://www.openhub.net/p/21020/widgets/project_thin_badge.gif)](https://www.openhub.net/p/21020)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLucHermitte%2Fvim-build-tools-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLucHermitte%2Fvim-build-tools-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLucHermitte%2Fvim-build-tools-wrapper/lists"}