diff options
author | rockerBOO <rockerboo@gmail.com> | 2020-11-16 01:13:15 -0500 |
---|---|---|
committer | rockerBOO <rockerboo@gmail.com> | 2020-11-16 01:13:15 -0500 |
commit | fb19663851714d55dd4944a690692a1a50d0895e (patch) | |
tree | c2264c9e9fff0ebfe2d7b8f2f5b709967d494e4b | |
parent | 46ab054b1d4bff4ae775303d18f20307b19dd0b4 (diff) | |
download | rneovim-fb19663851714d55dd4944a690692a1a50d0895e.tar.gz rneovim-fb19663851714d55dd4944a690692a1a50d0895e.tar.bz2 rneovim-fb19663851714d55dd4944a690692a1a50d0895e.zip |
docs: Follow conventions
-rw-r--r-- | runtime/doc/lsp.txt | 2 |
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, { |