From b118caf5b609c0a6b32b388da3c55263a1c50fed Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Wed, 11 Dec 2024 21:50:03 -0500 Subject: [PATCH] Mention the clangd config file in the README (#752) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c50fb43..36ae8603 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ can usually be generated by your build system See [Project Setup](https://clangd.llvm.org/installation#project-setup) in the clangd documentation for details and alternatives. +The clangd server also supports a number of feature customizations using its +[config file](https://clangd.llvm.org/config.html). + ## Features ### Code completion