aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/clangd.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-10-09 20:52:54 +0200
committerJustin M. Keyes <justinkz@gmail.com>2024-10-09 20:52:54 +0200
commitff69ecca55d83ffc70657f260a799f79a5637831 (patch)
tree3b053f4887f2a7563500c3800b3ff67b8493b86c /lua/lspconfig/configs/clangd.lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-ff69ecca55d83ffc70657f260a799f79a5637831.tar
nvim-lspconfig-ff69ecca55d83ffc70657f260a799f79a5637831.tar.gz
nvim-lspconfig-ff69ecca55d83ffc70657f260a799f79a5637831.tar.bz2
nvim-lspconfig-ff69ecca55d83ffc70657f260a799f79a5637831.tar.lz
nvim-lspconfig-ff69ecca55d83ffc70657f260a799f79a5637831.tar.xz
nvim-lspconfig-ff69ecca55d83ffc70657f260a799f79a5637831.tar.zst
nvim-lspconfig-ff69ecca55d83ffc70657f260a799f79a5637831.zip
docs: fix old URL
Diffstat (limited to 'lua/lspconfig/configs/clangd.lua')
-rw-r--r--lua/lspconfig/configs/clangd.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/configs/clangd.lua b/lua/lspconfig/configs/clangd.lua
index d6cb0295..f5fc804d 100644
--- a/lua/lspconfig/configs/clangd.lua
+++ b/lua/lspconfig/configs/clangd.lua
@@ -92,7 +92,7 @@ return {
description = [[
https://clangd.llvm.org/installation.html
-- **NOTE:** Clang >= 11 is recommended! See [#23](https://github.com/neovim/nvim-lsp/issues/23).
+- **NOTE:** Clang >= 11 is recommended! See [#23](https://github.com/neovim/nvim-lspconfig/issues/23).
- If `compile_commands.json` lives in a build directory, you should
symlink it to the root of your source tree.
```