Home

Awesome

lua-supercollider-snippets

in action

Supercollider snippets for the snippets.nvim neovim plugin.

Installation

Using vim-plug:

Plug 'madskjeldgaard/lua-supercollider-snippets'
Plug 'norcalli/snippets.nvim'

Usage

See all snippets available:

lua require'supercollider-snippets.utils'.print_all()

Type one of these names and expand using whatever key you have mapped in snippets.nvim

Options

-- Length of random sequences
vim.g.default_sequence_length = 4

-- Newline items in lists
vim.g.supercollider_snippet_comma_newline = 1