Closed mamekoro closed 1 week ago
Does this PR follow the Contribution Guidelines? Following is a partial checklist:
Proper conventional commit scoping:
For example, fix(lsp): some lsp-related bugfix
[ ] Pull request title has the appropriate conventional commit prefix.
If applicable:
Fixes #582 .
This PR allows us to safely define and execute buffer-local commands in the
on_initialized
function by querying the buffers used by the LSP client identified by the newly addedclient_id
parameter.This is backward compatible, since the
client_id
was added after the existing parameter, not before.Testing
I did the following tests.