docs: fix typos (#20509)

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
dundargoc
2022-10-13 15:18:48 +02:00
committed by GitHub
parent 730228f6db
commit eb123b565e
4 changed files with 10 additions and 10 deletions

View File

@@ -107,7 +107,7 @@ internally and are no longer exposed as part of the API. Instead, use
- *vim.lsp.diagnostic.set_virtual_text()*
LSP FUNCTIONS
- *vim.lsp.range_code_action* Use |vim.lsp.buf.code_action()| with
- *vim.lsp.buf.range_code_action()* Use |vim.lsp.buf.code_action()| with
the `range` parameter.
- *vim.lsp.util.diagnostics_to_items()* Use |vim.diagnostic.toqflist()| instead.
- *vim.lsp.util.set_qflist()* Use |setqflist()| instead.