Skip to content

hibachrach/deoplete-crystal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Asynchronous Crystal completion for Vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages