All Projects → LucHermitte → vim-build-tools-wrapper

LucHermitte / vim-build-tools-wrapper

Licence: other
Projects building plugin for Vim

Programming Languages

Vim Script
2826 projects
perl
6916 projects

Projects that are alternatives of or similar to vim-build-tools-wrapper

blight
A framework for instrumenting build tools
Stars: ✭ 57 (+147.83%)
Mutual labels:  build-tool, compiler-wrapper
native-samples
Samples of modern build automation for native languages with Gradle
Stars: ✭ 140 (+508.7%)
Mutual labels:  build-tool
vim-jsonc
⚠️Deprecated⚠️: Vim syntax highlighting plugin for JSON with C-style line (//) and block (/* */) comments.
Stars: ✭ 52 (+126.09%)
Mutual labels:  vim-plugins
ranger-explorer.vim
Vim plugin to use ranger as a file explorer. Seamless switching between vim and ranger.
Stars: ✭ 30 (+30.43%)
Mutual labels:  vim-plugins
qb
Zero-configuration build system to very quickly build C/C++ projects.
Stars: ✭ 201 (+773.91%)
Mutual labels:  build-tool
gotests-vim
Vim plugin for https://github.com/cweill/gotests
Stars: ✭ 129 (+460.87%)
Mutual labels:  vim-plugins
Calcifer
Calcifer
Stars: ✭ 72 (+213.04%)
Mutual labels:  build-tool
jeka
Build JVM software with vanilla code
Stars: ✭ 73 (+217.39%)
Mutual labels:  build-tool
fort depend.py
A python script to generate dependencies for Fortran projects
Stars: ✭ 35 (+52.17%)
Mutual labels:  build-tool
vim-UT
Unit Testing plugin for Vim
Stars: ✭ 18 (-21.74%)
Mutual labels:  vim-plugins
swifty-vim
⌨️ A Vim plugin for Swift which provides file detection, syntax highlighting, support for compiling and running tests, and optional support for formatting and linting tools.
Stars: ✭ 18 (-21.74%)
Mutual labels:  vim-plugins
alfons
🚀 Task runner for Lua and MoonScript.
Stars: ✭ 17 (-26.09%)
Mutual labels:  build-tool
up
UP - Ultimate Provisioner CLI
Stars: ✭ 43 (+86.96%)
Mutual labels:  build-tool
angular-build-info
🛠 A CLI to generate an easily importable `build.ts` file containing various details about the application build
Stars: ✭ 25 (+8.7%)
Mutual labels:  build-tool
vim-SystemVerilog
SystemVerilog syntax highlight/indent support in vim
Stars: ✭ 37 (+60.87%)
Mutual labels:  vim-plugins
proguard-core
Library to read, write, analyze, and process java bytecode
Stars: ✭ 215 (+834.78%)
Mutual labels:  build-tool
psh
PSH - PHP shell helper
Stars: ✭ 60 (+160.87%)
Mutual labels:  build-tool
UnityBuildManager
Utility for running builds sequence & pushing them to markets & keeping changelog
Stars: ✭ 53 (+130.43%)
Mutual labels:  build-tool
Cake.Incubator
This project contains various experimental but useful extension methods and aliases for Cake
Stars: ✭ 17 (-26.09%)
Mutual labels:  build-tool
filestyle
filestyle is a Vim plugin that highlights unwanted whitespace and characters.
Stars: ✭ 30 (+30.43%)
Mutual labels:  vim-plugins

Introduction

BTW has two main purposes:

It is also able to interface with projects under CMake.

And, it provides an airline extension that displays the current project name and compilation mode. This information will also be displayed for the quickfix window.

Installation

  • Requirements: Vim 7.+, lh-vim-lib (v4.0.0)
  • With vim-addon-manager, install build-tools-wrapper (this is the preferred method because of the dependencies)
ActivateAddons build-tools-wrapper
  • or with vim-flavor which also supports dependencies:
flavor 'LucHermitte/vim-build-tools-wrapper'
  • or you can clone the git repositories (expecting I haven't forgotten anything):
git clone git@github.com:LucHermitte/lh-vim-lib.git
git clone git@github.com:LucHermitte/vim-build-tools-wrapper.git
  • or with Vundle/NeoBundle (expecting I haven't forgotten anything):
Bundle 'LucHermitte/lh-vim-lib'
Bundle 'LucHermitte/vim-build-tools-wrapper'

See also

Dependencies

You will most certainly require a project management plugin. I can offer you local_vimrc, there are plenty alternatives (with similar names), or even the good old project.vim plugin.

Examples of configuration of BTW

  • See the two _local_vimrc*.vim files from my Rasende Roboter solver.
  • See the two same files from my configuration for working with openjpeg (link to be added).

Alternatives

There are a few alternative plugins that I'm aware of:

Project Stats

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].