ncm2 / ncm2-neoinclude

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

README does not really explain, what this plugin does #2

Closed jounathaen closed 4 years ago

jounathaen commented 4 years ago

The README only states, that it is based on neoinclude, which in turn only explains that it is a "Include completion framework". I still don't know what this plugin does and why I should install it.

A short example in the README could help.

jsfaint commented 4 years ago

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.

jounathaen commented 4 years ago

Thanks! This is a good explanation. I'd suggest to put it in the README.

jsfaint commented 4 years ago

Updated. Thanks for your advice.