From d7ec47226d1e2cb91e8767c2103ea402595a1482 Mon Sep 17 00:00:00 2001 From: fanlumaster <1730976608@qq.com> Date: Mon, 2 Jun 2025 06:02:14 +0800 Subject: [PATCH] [chore]: Some config and info --- .clangd | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.clangd b/.clangd index adbb094..7f04681 100644 --- a/.clangd +++ b/.clangd @@ -1,7 +1,6 @@ CompileFlags: Add: [ "-std=c++17", - "-I/home/sonnycalcr/EDisk/TemplateCodes/LinuxCppTemplate/includes", # you should replace this to your own include path of this project # -Wno-unused-value, ] # ignore some specific warnings CompilationDatabase: build/ # Search build/ directory for compile_commands.json diff --git a/README.md b/README.md index aaa9760..1731923 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# About +# Google Pinyin IME Rev The continuation of the code for Google Pinyin IME.