yaegassy / coc-typeprof

Ruby TypeProf extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coc-typeprof

fork from a typeprof/vscode

Ruby TypeProf extension for 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 installed for this extension to work.

vim-plug:

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

License

MIT


This extension is built with create-coc-extension

About

Ruby TypeProf extension for coc.nvim

License:MIT License


Languages

Language:TypeScript 87.2%Language:JavaScript 12.8%