fork from a typeprof/vscode
Ruby TypeProf extension for coc.nvim
I don't use ruby regularly, so if you like ruby, please refer to this repository and create coc-typeprof by yourself.
You need to have coc.nvim installed for this extension to work.
vim-plug:
Plug 'yaegassy/coc-typeprof', {'do': 'yarn install --frozen-lockfile'}CocInstall:
not support.
typeprof.enable: Enable coc-typeprof extension, default:truetypeprof.server.path: Path to typeprof executable. (e.g. /usr/local/bin/bundle), default:null
typeprof.restart: Restart
MIT
This extension is built with create-coc-extension