Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

44 lines (24 loc) · 1.06 KB

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