From eefa4a7fd37b94aee198df7df65a4d8839a5fea1 Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Tue, 10 Dec 2024 21:42:09 -0500 Subject: [PATCH] Mention the clangd config file in the README --- 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