Skip to content

pbogut/ncm2-alchemist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncm2-alchemist

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

ncm2 source for elixir via alchemist.vim.

ncm2-alchemist offers asynchronous completion of code written in Elixir using alchemist.vim and ncm2.

Installation

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'

Configuration

The plugin requires no configuration. However, it is possible to change some options.

Available settings

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.

Contribution

Always welcome.

Credits

Plugin is based on ncm2-jedi, ncm2-go and alchemist.vim deoplete source.

License

MIT License; The software is provided "as is", without warranty of any kind.