add xdg support

This commit is contained in:
Joan Milev 2021-06-07 23:42:33 +03:00
parent 80d06eb476
commit b7c425bd36

View File

@ -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.
//