mirror of
https://github.com/neovim/neovim.git
synced 2025-11-05 18:24:22 +00:00
docs: add vim.lsp.buf.formatting_sync() to deprecated.txt
(cherry picked from commit d5b8a1b3d3)
This commit is contained in:
committed by
github-actions[bot]
parent
2e819d3707
commit
eb9a95ea8e
@@ -120,6 +120,8 @@ LSP FUNCTIONS
|
|||||||
{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.formatting_sync()* Use |vim.lsp.buf.format()| with
|
||||||
|
{async = false} 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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user