ncm2 / ncm2-neoinclude

neoinclude source for ncm2
MIT License
3 stars 0 forks source link
ncm2-plugin ncm2-source

ncm2-neoinclude

ncm2-neoinclude is source for NCM2, it depends on Shougo/neoinclude.vim

neoinclude provides include completion for neocomplete, deoplete, and ncm1

For C, when you type #include <, it will show the header file candidates. For Python, when you type import xx, it will show the import candidates. neoinclude also supports some other languages.

This plugin is a wrap for neoinclude to support ncm2.

Installation

Assuming that you are using vim-plug

Plug 'ncm2/ncm2-neoinclude' | Plug 'Shougo/neoinclude.vim'