Skip to content

DerBunman/foxdot.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FoxDot.vim

A plugin for executing FoxDot code from within vim.

Setup

You need to configure two variables:

let g:sclang_executable_path = /absolute/path/to/sclang
let g:python_executable_path = /absolute/path/to/python

Usage

You can FoxDot by running :FoxDotStart, and then you can eval a block of code by hitting Ctrl-Enter.

You can reboot FoxDot by running :FoxDotReboot.

That's all it does.

Dependencies

This plugin depends on Vim 8.x

To use this, you also need to have SuperCollider and FoxDot installed as per the instructions here.

Warning

This plugin is pretty rough and ready. I've only tested it on my own setup, which is a little unusual. YMMV.

About

A vim plugin for the FoxDot music framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 83.9%
  • Python 15.7%
  • SuperCollider 0.4%