From bee8725d110ab67a55d1b701120f07ab189f2a7d Mon Sep 17 00:00:00 2001 From: Liam Dyer Date: Sun, 12 Jan 2025 22:38:17 -0500 Subject: [PATCH] docs: correct LSP capabilities note for neovim 0.11+ Closes #987 --- docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 3a82c6f4..1c3a7c06 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -58,7 +58,8 @@ ``` > [!IMPORTANT] -> On Neovim 0.11+ and Blink.cmp 0.10+, you may skip this step +> On Neovim 0.11+ and Blink.cmp 0.10+ with `vim.lsp.config`, you may skip this step. +> This is still required when using `nvim-lspconfig` until [this issue is completed](https://github.com/neovim/nvim-lspconfig/issues/3494) Setting capabilities for `nvim-lspconfig`: