mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 08:02:38 +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.