Commit Graph

7 Commits

Author SHA1 Message Date
Jiahui Xie cfbdfa8c54 ycm: add doc string for all the functions in configuration file 2017-11-29 13:21:49 -07:00
Jiahui Xie 50918c2c33 ycm: refactor the global variables used in the configuration 2017-11-28 08:42:50 -07:00
Jiahui Xie 1c5ea5913e ycm: add initial support for the meson build system
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.
2017-11-27 09:47:40 -07:00
Dave Reisner d0069261a7 ycm: update flag blacklist
-Wdate-time isn't known to clang, and it seems to cause errors in
syntastic.
2014-06-04 15:41:10 -04:00
Dave Reisner 0d8efe3535 ycm: autocompose flags from the Makefile
This should hopefully be self-maintaining.
2014-01-11 13:35:43 -05:00
Dave Reisner 7d74558bb6 ycm_extra_conf: include src/systemd for headers 2013-11-15 22:44:15 -05:00
Dave Reisner 328b5bc96e Add YouCompleteMe configuration 2013-09-16 19:10:03 -04:00