summaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py
AgeCommit message (Collapse)Author
2022-12-28Meta: Remove i686 references in YCM configurationAndreas Kling
2022-10-30Meta: Make YCM work when the current dir is not the root of the treeGunnar Beutner
Previously we'd incorrectly use a relative path for the compilation database.
2022-10-30Meta: Remove debug code in the YCM config fileGunnar Beutner
2022-10-27Meta: Add configuration file for YouCompleteMeGunnar 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.