docs: mention replacement for deprecated vim.lsp.diagnostic.show_* (#16211)

This commit is contained in:
Christian Clason 2021-11-02 16:24:05 +01:00 committed by GitHub
parent ed2573b7e1
commit 487286b621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,9 @@ For each of the functions below, use the corresponding function in
*vim.lsp.diagnostic.save()* Use |vim.diagnostic.set()| instead.
*vim.lsp.diagnostic.set_loclist()* Use |vim.diagnostic.setloclist()| instead.
*vim.lsp.diagnostic.set_qflist()* Use |vim.diagnostic.setqflist()| instead.
The following have been replaced by |vim.diagnostic.open_float()|.
*vim.lsp.diagnostic.show_line_diagnostics()*
*vim.lsp.diagnostic.show_position_diagnostics()*