mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

This is mostly motivated by https://github.com/neovim/neovim/issues/12326 Client side commands might need to access the original request parameters. Currently this is already possible by using closures with `vim.lsp.buf_request`, but the global handlers so far couldn't access the request parameters.