/deoplete-crystal

Asynchronous Crystal completion for Vim

Primary LanguagePythonOtherNOASSERTION

NOTE

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.

Deoplete source for Crystal

Provides integration between Cracker and Deoplete, an asynchronous completion framework for vim.

Work in progress.

Demo

Img1

Img2

Installation

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).

Configuration

let g:deoplete#sources#crystal#bin = '/usr/local/bin/cracker'
let g:deoplete#sources#crystal#lib = '/usr/lib/crystal'

License

Public domain.