fix duplicate tags

These are deprecated but not removed in 0.8.x.
They are removed in master / 0.9.x.
This commit is contained in:
Justin M. Keyes 2022-10-12 14:19:46 +02:00
parent bca9b1ecdf
commit 60ccada4cb

View File

@ -114,9 +114,9 @@ LSP FUNCTIONS
- *vim.lsp.util.set_loclist()* Use |setloclist()| instead.
- *vim.lsp.buf_get_clients()* Use |vim.lsp.get_active_clients()| with
{buffer = bufnr} instead.
- *vim.lsp.buf.formatting()* Use |vim.lsp.buf.format()| with
- vim.lsp.buf.formatting() Use |vim.lsp.buf.format()| with
{async = true} instead.
- *vim.lsp.buf.range_formatting()* Use |vim.lsp.formatexpr()|
- vim.lsp.buf.range_formatting() Use |vim.lsp.formatexpr()|
or |vim.lsp.buf.format()| instead.
LUA