Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvim 0.8 deprecated vim.lsp.buf.formatting_seq_sync #1

Closed
sukoi26 opened this issue Oct 15, 2022 · 1 comment
Closed

nvim 0.8 deprecated vim.lsp.buf.formatting_seq_sync #1

sukoi26 opened this issue Oct 15, 2022 · 1 comment

Comments

@sukoi26
Copy link

sukoi26 commented Oct 15, 2022

Deprecates the existing vim.lsp.buf.formatting function.
With this, vim.lsp.buf.format will replace all three:

vim.lsp.buf.formatting
vim.lsp.buf.formatting_sync
vim.lsp.buf.formatting_seq_sync

Use vim.lsp.buf.format { async = true } instead

@Ultra-Code
Copy link
Owner

@sukoi26 this is fixed in the latest master branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants