Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fgrsnau/ncm2-otherbuf
- Owner: fgrsnau
- Created: 2017-11-07T22:10:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T21:34:11.000Z (about 5 years ago)
- Last Synced: 2024-08-07T18:43:36.153Z (5 months ago)
- Topics: ncm2-source, nvim
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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()
```