mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
refactor(lsp): use method type annotations for parameters
This commit is contained in:

committed by
Christian Clason

parent
351613bc1f
commit
d55330bcd1
@@ -1100,7 +1100,7 @@ end
|
||||
--- @private
|
||||
--- Handles a request from an LSP server by invoking the corresponding handler.
|
||||
---
|
||||
--- @param method (string) LSP method name
|
||||
--- @param method (vim.lsp.protocol.Method.ServerToClient) LSP method name
|
||||
--- @param params (table) The parameters for that method
|
||||
--- @return any result
|
||||
--- @return lsp.ResponseError error code and message set in case an exception happens during the request.
|
||||
|
Reference in New Issue
Block a user