An open API service indexing awesome lists of open source software.

https://github.com/erf/vis-build

Build single file programs in the vis editor
https://github.com/erf/vis-build

build vis vis-editor vis-plugin

Last synced: 11 months ago
JSON representation

Build single file programs in the vis editor

Awesome Lists containing this project

README

          

# vis-build

A Lua plugin for compiling single files in the [vis editor](https://github.com/martanne/vis).

Supported languages:
- c
- swift
- rust
- crystal
- haskell

# configure
1. `ln -s build.lua .config/vis/plugins`
2. `require('plugins/build')` in `visrc.lua`

# usage
Press `` or use the `:build` command to build the current file.

# TODO
- stderr, stdout > vis:message
- `run` command
- more languages