diff --git a/src/config.hh b/src/config.hh index 751a712c..0e04b283 100644 --- a/src/config.hh +++ b/src/config.hh @@ -35,7 +35,8 @@ struct Config { // // If empty, retainInMemory will be set to 1 and cache will be stored in // memory. - std::string directory = ".ccls-cache"; + std::string cache_dir = getenv("XDG_CACHE_HOME"); + std::string directory = cache_dir + "/ccls-cache"; // Cache serialization format. //