GithubHelp home page GithubHelp logo

buildit.nvim's Introduction

Archiving because I discovered https://github.com/stevearc/overseer.nvim, which seems to do this already.

buildit.nvim

An async project builder for Neovim. Compatible with (but not reliant on) VS Code-style tasks.json specifications.

Why would I use this?

buildit does a good job of automatically detecting the correct builder to use for a given buffer, and runs said builder in a new process, asynchronously. Further, it does not interfere with your working directory, and it can handle several simultaneous builds.

What this boils down to is that you can very easily trigger builds for several subprojects, have them work correctly without having to fiddle around with configuration, and keep editing uninterrupted.

For more, see the FAQ or the docs

Installation

Use your favorite plugin manager.

With packer.nvim:

use {'wbthomason/buildit.nvim', requires = 'nvim-lua/plenary.nvim'}

Usage

TODO rewrite for Lua rewrite of plugin.

buildit.nvim's People

Contributors

waffle-iron avatar wbthomason avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

waffle-iron

buildit.nvim's Issues

Add customizability

Currently, the only customizable facet of buildit is the custom builder definitions. We might also want to be able to customize:

  • Build output reporting
  • Build status window location
  • Builder preferences (for multiple valid options)
  • Build pruning

Improve build status reporting

It's a pain to have to manually run build status repeatedly to check on builds. There should be at least automatic updating of the build status buffer and maybe a statusline notification.

Error with registration as remote plugin

There's a severe bug that not only prevents buildit from registering as a remote plugin, but blocks other remote plugins from registering correctly. Working to track it down now...

Add builders

More builders, more better. Things it would be nice to support include:

  • Bazel
  • Buck
  • More advanced Make and CMake workflows
  • Ninja
  • Meson
  • JBuilder
  • Ant
  • Maven
  • Leiningen
  • Whatever else people use

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.