aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lspconfig.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt
index 4a5cce19..0cb51688 100644
--- a/doc/lspconfig.txt
+++ b/doc/lspconfig.txt
@@ -477,9 +477,9 @@ contained in `:LspInfo`:
EXAMPLE KEYBINDINGS *lspconfig-keybindings*
`lspconfig`, and the core client, do not map any keybindings by default. The
-following is an example Lua block which demonstrates how to leverage
+following is an example Lua block which demonstrates how to leverage the
`LspAttach` (Nvim 0.8+) autocommand to apply keybindings after a language
-servers has attached to a given buffer.
+server has attached to a given buffer.
>
-- Setup language servers.
local lspconfig = require('lspconfig')