1.4.0 • Published 4 years ago
coc-tidal v1.4.0
coc-tidal
coc.nvim extension for TidalCycles
Install
:CocInstall coc-tidal
Screenshot

Features
- AutoCompletions
- sample name
- synth name
- functions
- Searchs
- samples name
- synth name
- functions
- Hovers (coc hover)
- functions
Search
search for sample name
:CocList samplessearch for basic functions
:CocList basicsExtension Settings
Set samples path
Set the path of the samples directory to load
Examples:
"tidal.samplePath": "/Users/chiakiuehira/Library/Application Support/SuperCollider/downloaded-quarks/Dirt-Samples"Configuration options
tidal.enabledEnable this plugin. default:truetidal.samplePathSet the path of the samples directory to load. default:""
Please
The documentation for the basic functions is incomplete.
Please edit the following file and send a PullRequest.
https://github.com/ChiakiUehira/coc-tidal/blob/main/docs.json
This definition was created using the following file as a reference. Thanks.
https://gist.github.com/mxactvtd/bf3fb357a419c7f063b98dfd9a66cf78
License
MIT
This extension is built with create-coc-extension