aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEllison <ellisonleao@gmail.com>2025-04-18 03:07:14 -0300
committerGitHub <noreply@github.com>2025-04-18 14:07:14 +0800
commitcacb94ab5e460ef773a22a8dd35241ec5265b395 (patch)
treedd3e8ae2c77613a11ce9bf40a628d271e3796542 /README.md
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-cacb94ab5e460ef773a22a8dd35241ec5265b395.tar
nvim-lspconfig-cacb94ab5e460ef773a22a8dd35241ec5265b395.tar.gz
nvim-lspconfig-cacb94ab5e460ef773a22a8dd35241ec5265b395.tar.bz2
nvim-lspconfig-cacb94ab5e460ef773a22a8dd35241ec5265b395.tar.lz
nvim-lspconfig-cacb94ab5e460ef773a22a8dd35241ec5265b395.tar.xz
nvim-lspconfig-cacb94ab5e460ef773a22a8dd35241ec5265b395.tar.zst
nvim-lspconfig-cacb94ab5e460ef773a22a8dd35241ec5265b395.zip
docs: update vim.lsp.config anchor links (#3743)
Problem: Some anchor links were defined as #vim.lsp.config which doesn't work Solution: Fix anchor link to #vimlspconfig
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5ada2eff..24bbdda9 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ View [all configs](doc/configs.md) or `:help lspconfig-all` from Nvim.
5. Run `:checkhealth lsp` to see the status or to troubleshoot.
Read `:help lspconfig` for details. Read `:help lspconfig-all` for the full list of server-specific details.
-For servers not on your `$PATH` (e.g., `jdtls`, `elixirls`), you must manually set the `cmd` parameter, see [vim.lsp.config](#vim.lsp.config).
+For servers not on your `$PATH` (e.g., `jdtls`, `elixirls`), you must manually set the `cmd` parameter, see [vim.lsp.config](#vimlspconfig).
## Configuration
@@ -83,7 +83,7 @@ See [`:h lsp-buf`][lsp-buf] for details on other LSP functions.
Extra settings can be specified for each LSP server:
-- Nvim 0.11+ (see [vim.lsp.config](#vim.lsp.config))
+- Nvim 0.11+ (see [vim.lsp.config](#vimlspconfig))
```lua
vim.lsp.config('rust_analyzer', {
-- Server-specific settings. See `:help lsp-quickstart`