Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-28 | Meta: Remove i686 references in YCM configuration | Andreas Kling | |
2022-10-30 | Meta: Make YCM work when the current dir is not the root of the tree | Gunnar Beutner | |
Previously we'd incorrectly use a relative path for the compilation database. | |||
2022-10-30 | Meta: Remove debug code in the YCM config file | Gunnar Beutner | |
2022-10-27 | Meta: Add configuration file for YouCompleteMe | Gunnar Beutner | |
YouCompleteMe is a plugin for Vim which provides code-completion functionality. This change adds a configuration file which makes YouCompleteMe aware of which compile flags to use with clangd. |