mirror of
https://github.com/neovim/neovim.git
synced 2026-01-11 05:48:24 +10:00
Add the buffer number to the `textDocument/formatting` request, so that it is passed to the handler. The built-in formatting handlers do not use the buffer number, but user overrides should have access to it.