Supercollider snippets for the snippets.nvim neovim plugin.
Using vim-plug:
Plug 'madskjeldgaard/lua-supercollider-snippets'
Plug 'norcalli/snippets.nvim'
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
-- Length of random sequences
vim.g.default_sequence_length = 4
-- Newline items in lists
vim.g.supercollider_snippet_comma_newline = 1