An Nvim Completion Manager plugin for completing words in other buffers.
To install this plugin with vim-plug, you simply have to insert the following lines to you ~/.config/nvim/init.vim
:
call plug#begin('~/.local/share/nvim/plugged')
Plug 'roxma/nvim-completion-manager'
Plug 'fgrsnau/ncm-otherbuf'
call plug#end()