Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fgrsnau/ncm2-otherbuf

ncm2 plugin for completing words in other buffers
https://github.com/fgrsnau/ncm2-otherbuf

ncm2-source nvim

Last synced: 28 days ago
JSON representation

ncm2 plugin for completing words in other buffers

Awesome Lists containing this project

README

        

# ncm-otherbuf

An [NCM2](https://github.com/ncm2/ncm2) plugin for completing words in other buffers.

To install this plugin with [vim-plug](https://github.com/junegunn/vim-plug), you simply have to insert the following lines to you `~/.config/nvim/init.vim`:

```
call plug#begin('~/.local/share/nvim/plugged')
Plug 'ncm2/ncm2'
Plug 'fgrsnau/ncm2-otherbuf'
call plug#end()
```