This is actually a fork from a user that has since deleted their GitHub account. I do not have any immediate plans on continuing its development.
Provides integration between Cracker and Deoplete, an asynchronous completion framework for vim.
Work in progress.
Using Plug:
Plug 'Shougo/deoplete.nvim'
Plug 'yoru/deoplete-crystal'
You need to have Cracker installed in your machine.
Compile it and move the binary to your $PATH (e.g. /usr/local/bin/cracker
).
let g:deoplete#sources#crystal#bin = '/usr/local/bin/cracker'
let g:deoplete#sources#crystal#lib = '/usr/lib/crystal'
Public domain.