mirror of
https://github.com/neovim/neovim.git
synced 2025-10-18 15:51:50 +00:00
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:
@@ -114,9 +114,9 @@ LSP FUNCTIONS
|
|||||||
- *vim.lsp.util.set_loclist()* Use |setloclist()| instead.
|
- *vim.lsp.util.set_loclist()* Use |setloclist()| instead.
|
||||||
- *vim.lsp.buf_get_clients()* Use |vim.lsp.get_active_clients()| with
|
- *vim.lsp.buf_get_clients()* Use |vim.lsp.get_active_clients()| with
|
||||||
{buffer = bufnr} instead.
|
{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.
|
{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.
|
or |vim.lsp.buf.format()| instead.
|
||||||
|
|
||||||
LUA
|
LUA
|
||||||
|
Reference in New Issue
Block a user