mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07: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:
parent
bca9b1ecdf
commit
60ccada4cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user