Skip to content

Ruby TypeProf extension for coc.nvim

License

Notifications You must be signed in to change notification settings

yaegassy/coc-typeprof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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