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

Latest commit

 

History

History
22 lines (17 loc) · 420 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 420 Bytes

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