mirror of
https://github.com/daveyarwood/vim-alda.git
synced 2026-02-27 18:23:26 +01:00
fac428b9bdce4e689c47dfdb538b5b5cd26ea277
vim-alda
A plugin for Vim providing support for editing and playing Alda scores.
Under construction as I learn more about making Vim plugins. Bear with me! If you're interested in helping with this, Pull Requests are happily accepted.
Features
- Syntax highlighting and filetype detection.
- Score navigation via
[[,]],[],][. - Folds for instrument parts, voices, etc.
- Support for vim-commentary.
TODO
- An operator for playing snippets of Alda code.
- Smart indentation.
- Autocompletion of stock instruments, alda.lisp vars.
Installation
Install using your Vim plugin manager of choice. Vundle and Pathogen are nice choices.
Usage
For comprehensive documentation, see
:help alda.
TODO
License
Copyright © 2015 Dave Yarwood
Distributed under the same terms as Vim itself. See :help license.
Description
Languages
Vim Script
100%