Revert "refactor(lsp): simplify client tracking"

This reverts commit 3f238b39cf.
This commit is contained in:
Lewis Russell
2024-03-25 20:16:42 +00:00
parent 2bcf88d354
commit 934f38682a
5 changed files with 198 additions and 164 deletions

View File

@@ -761,7 +761,7 @@ function Client:_request_sync(method, params, timeout_ms, bufnr)
return request_result
end
--- @package
--- @private
--- Sends a notification to an LSP server.
---
--- @param method string LSP method name.