aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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.