From fb19663851714d55dd4944a690692a1a50d0895e Mon Sep 17 00:00:00 2001 From: rockerBOO Date: Mon, 16 Nov 2020 01:13:15 -0500 Subject: docs: Follow conventions --- runtime/doc/lsp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, { -- cgit