https://github.com/yaegassy/coc-typeprof
Ruby TypeProf extension for coc.nvim
https://github.com/yaegassy/coc-typeprof
coc-extensions coc-nvim neovim ruby typeprof vim
Last synced: about 1 year ago
JSON representation
Ruby TypeProf extension for coc.nvim
- Host: GitHub
- URL: https://github.com/yaegassy/coc-typeprof
- Owner: yaegassy
- License: mit
- Created: 2021-10-13T00:55:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T02:26:01.000Z (over 4 years ago)
- Last Synced: 2025-04-20T00:53:00.920Z (about 1 year ago)
- Topics: coc-extensions, coc-nvim, neovim, ruby, typeprof, vim
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coc-typeprof
> fork from a [typeprof/vscode](https://github.com/ruby/typeprof/tree/master/vscode)
[Ruby TypeProf](https://marketplace.visualstudio.com/items?itemName=mame.ruby-typeprof) extension for [coc.nvim](https://github.com/neoclide/coc.nvim)
## **!!Note & Warning!!**
I don't use ruby regularly, so if you like ruby, please refer to this repository and create `coc-typeprof` by yourself.
## Install
You need to have [coc.nvim](https://github.com/neoclide/coc.nvim) installed for this extension to work.
**vim-plug**:
```vim
Plug 'yaegassy/coc-typeprof', {'do': 'yarn install --frozen-lockfile'}
```
**CocInstall**:
not support.
## Configuration options
- `typeprof.enable`: Enable coc-typeprof extension, default: `true`
- `typeprof.server.path`: Path to typeprof executable. (e.g. /usr/local/bin/bundle), default: `null`
## Commands
- `typeprof.restart`: Restart
## Thanks
- [ruby/typeprof](https://github.com/ruby/typeprof/)
## License
MIT
---
> This extension is built with [create-coc-extension](https://github.com/fannheyward/create-coc-extension)