nvim_runtime_lua

vim.lsp.rpc.Dispatchers

Dispatchers for LSP message types.

@inlinedoc

Methods4

function Dispatchers.notification(method: vim.lsp.protocol.Method.ServerToClient, params: table) -> nil
function Dispatchers.server_request(method: vim.lsp.protocol.Method.ServerToClient, params: table) -> ...any
function Dispatchers.on_exit(code: integer, signal: integer) -> nil
function Dispatchers.on_error(code: integer, err: any) -> nil