summaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py
Commit message (Collapse)AuthorAgeFilesLines
* ycm: add doc string for all the functions in configuration fileJiahui Xie2017-11-291-0/+42
|
* ycm: refactor the global variables used in the configurationJiahui Xie2017-11-281-3/+5
|
* ycm: add initial support for the meson build systemJiahui Xie2017-11-271-60/+199
| | | | | | | The existing configuration file of 'YouCompleteMe' is outdated as it is still based on 'Makefile' generated by the previous build system (autoconf); the new script should be able to provide proper semantic completion for definitions exposed in the project's header files.
* ycm: update flag blacklistDave Reisner2014-06-041-0/+1
| | | | | -Wdate-time isn't known to clang, and it seems to cause errors in syntastic.
* ycm: autocompose flags from the MakefileDave Reisner2014-01-111-42/+25
| | | | This should hopefully be self-maintaining.
* ycm_extra_conf: include src/systemd for headersDave Reisner2013-11-151-0/+2
|
* Add YouCompleteMe configurationDave Reisner2013-09-161-0/+81