Skip to content

Commit

Permalink
docs: fix typo in keybind section (#2924)
Browse files Browse the repository at this point in the history
Co-authored-by: Sten Laane <[email protected]>
  • Loading branch information
StenAL and Sten Laane authored Dec 6, 2023
1 parent 53ff4f7 commit 6c797ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/lspconfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 6c797ff

Please sign in to comment.