https://github.com/chiakiuehira/coc-tidal
coc.nvim extension for TidalCycles
https://github.com/chiakiuehira/coc-tidal
coc livecoding tidalcycles vim vim-plugin
Last synced: 11 months ago
JSON representation
coc.nvim extension for TidalCycles
- Host: GitHub
- URL: https://github.com/chiakiuehira/coc-tidal
- Owner: ChiakiUehira
- License: mit
- Created: 2021-12-18T02:55:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T03:25:28.000Z (over 4 years ago)
- Last Synced: 2023-12-22T22:03:30.398Z (over 2 years ago)
- Topics: coc, livecoding, tidalcycles, vim, vim-plugin
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/coc-tidal
- Size: 115 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coc-tidal
coc.nvim extension for TidalCycles
## Install
`:CocInstall coc-tidal`
## Screenshot

## Features
- AutoCompletions
- [x] sample name
- [ ] synth name
- [x] functions
- Searchs
- [x] samples name
- [ ] synth name
- [x] functions
- Hovers (coc hover)
- [x] functions
### Search
search for sample name
```
:CocList samples
```
search for basic functions
```
:CocList basics
```
## Extension 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.enabled` Enable this plugin. default: `true`
- `tidal.samplePath` Set 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](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](https://gist.github.com/mxactvtd/bf3fb357a419c7f063b98dfd9a66cf78)
## License
MIT
---
> This extension is built with [create-coc-extension](https://github.com/fannheyward/create-coc-extension)