aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMaria José Solano <majosolano99@gmail.com>2024-02-24 10:04:29 -0800
committerGitHub <noreply@github.com>2024-02-24 19:04:29 +0100
commitd0a4176a19b9ef51ed19592f77b4bd93dcbdc48b (patch)
tree8147b9658efa8ae727bd8053c6eef414f62b405a /doc
parentci: clarify misleading comment from bot (diff)
downloadnvim-lspconfig-d0a4176a19b9ef51ed19592f77b4bd93dcbdc48b.tar
nvim-lspconfig-d0a4176a19b9ef51ed19592f77b4bd93dcbdc48b.tar.gz
nvim-lspconfig-d0a4176a19b9ef51ed19592f77b4bd93dcbdc48b.tar.bz2
nvim-lspconfig-d0a4176a19b9ef51ed19592f77b4bd93dcbdc48b.tar.lz
nvim-lspconfig-d0a4176a19b9ef51ed19592f77b4bd93dcbdc48b.tar.xz
nvim-lspconfig-d0a4176a19b9ef51ed19592f77b4bd93dcbdc48b.tar.zst
nvim-lspconfig-d0a4176a19b9ef51ed19592f77b4bd93dcbdc48b.zip
fix: let core handle 'workspace/didChangeConfiguration' after init (#3023)
Diffstat (limited to 'doc')
-rw-r--r--doc/lspconfig.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt
index 4d9b89dd..50a8f9d8 100644
--- a/doc/lspconfig.txt
+++ b/doc/lspconfig.txt
@@ -174,7 +174,7 @@ passed overrides to `setup {}` are:
- {settings} `table <string, string|table|bool>`
- The `settings` table is sent in `on_init` via a
+ The `settings` table is sent after initialization via a
`workspace/didChangeConfiguration` notification from the Nvim client to
the language server. These settings allow a user to change optional runtime
settings of the language server.