Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.
/ vis-build Public archive

Build single file programs in the vis editor

Notifications You must be signed in to change notification settings

erf/vis-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

vis-build

A Lua plugin for compiling single files in the vis editor.

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 <Ctrl-b> or use the :build command to build the current file.

TODO

  • stderr, stdout > vis:message
  • run command
  • more languages

About

Build single file programs in the vis editor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages