ncm2 source for elixir via alchemist.vim.
ncm2-alchemist offers asynchronous completion of code written in Elixir using alchemist.vim and ncm2.
Using vim-plug:
Plug 'slashmili/alchemist.vim'
Plug 'ncm2/ncm2'
Plug 'pbogut/ncm2-alchemist'
Using Vundle:
Plugin 'slashmili/alchemist.vim'
Plugin 'ncm2/ncm2'
Plugin 'pbogut/ncm2-alchemist'
The plugin requires no configuration. However, it is possible to change some options.
Variable | Default |
---|---|
g:ncm2_alchmist_vim_path |
find by runtimepath |
g:ncm2_alchmist_vim_path
Path to alchemist.vim
plugin, if installed via Plug
it should be
something like ~/.config/nvim/plugged/alchemist.vim/
. This plugin will try
to find it automatically based on runtimepath
.
Always welcome.
Plugin is based on ncm2-jedi, ncm2-go and alchemist.vim deoplete source.
MIT License; The software is provided "as is", without warranty of any kind.