Add YouCompleteMe support

YouCompleteMe[1] is a vim plugin that implements semantic
code completion using libclang.

For non-trivial projects such as libvirt, the plugin needs
some help figuring out where to find the various header
files: generate its configuration file at configure time
so that the plugin works out of the box.

[1] http://valloric.github.io/YouCompleteMe/
This commit is contained in:
Andrea Bolognani
2017-04-21 16:47:02 +02:00
parent a50dee9f68
commit 64b474a821
3 changed files with 47 additions and 0 deletions

1
.gitignore vendored
View File

@@ -36,6 +36,7 @@
.lvimrc
.memdump
.sc-start-sc_*
.ycm_extra_conf.py
/ABOUT-NLS
/AUTHORS
/ChangeLog