Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ycm: add doc string for all the functions in configuration file | Jiahui Xie | 2017-11-29 | 1 | -0/+42 |
| | |||||
* | ycm: refactor the global variables used in the configuration | Jiahui Xie | 2017-11-28 | 1 | -3/+5 |
| | |||||
* | ycm: add initial support for the meson build system | Jiahui Xie | 2017-11-27 | 1 | -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 blacklist | Dave Reisner | 2014-06-04 | 1 | -0/+1 |
| | | | | | -Wdate-time isn't known to clang, and it seems to cause errors in syntastic. | ||||
* | ycm: autocompose flags from the Makefile | Dave Reisner | 2014-01-11 | 1 | -42/+25 |
| | | | | This should hopefully be self-maintaining. | ||||
* | ycm_extra_conf: include src/systemd for headers | Dave Reisner | 2013-11-15 | 1 | -0/+2 |
| | |||||
* | Add YouCompleteMe configuration | Dave Reisner | 2013-09-16 | 1 | -0/+81 |