diff options
| author | Ellison <ellisonleao@gmail.com> | 2025-04-18 03:07:14 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 14:07:14 +0800 |
| commit | cacb94ab5e460ef773a22a8dd35241ec5265b395 (patch) | |
| tree | dd3e8ae2c77613a11ce9bf40a628d271e3796542 /README.md | |
| parent | docs: update configs.md (diff) | |
| download | nvim-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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` |
