aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrockerBOO <rockerboo@gmail.com>2020-11-16 01:13:15 -0500
committerrockerBOO <rockerboo@gmail.com>2020-11-16 01:13:15 -0500
commitfb19663851714d55dd4944a690692a1a50d0895e (patch)
treec2264c9e9fff0ebfe2d7b8f2f5b709967d494e4b
parent46ab054b1d4bff4ae775303d18f20307b19dd0b4 (diff)
downloadrneovim-fb19663851714d55dd4944a690692a1a50d0895e.tar.gz
rneovim-fb19663851714d55dd4944a690692a1a50d0895e.tar.bz2
rneovim-fb19663851714d55dd4944a690692a1a50d0895e.zip
docs: Follow conventions
-rw-r--r--runtime/doc/lsp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt
index 530351acde..4cab716df0 100644
--- a/runtime/doc/lsp.txt
+++ b/runtime/doc/lsp.txt
@@ -297,7 +297,7 @@ To configure the behavior of a builtin |lsp-handler|, the conenvience method
<
or if using 'nvim-lspconfig', you can use the {handlers} key of `setup()`: >
- require'lspconfig'.rust_analyzer.setup {
+ require('lspconfig').rust_analyzer.setup {
handlers = {
["textDocument/publishDiagnostics"] = vim.lsp.with(
vim.lsp.diagnostic.on_publish_diagnostics, {