mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
fix(lsp): include missing LSP methods and update type annotations
This commit is contained in:
@@ -728,6 +728,8 @@ end
|
||||
|
||||
--- LSP Notification (direction: clientToServer)
|
||||
--- @alias vim.lsp.protocol.Method.ClientToServer.Notification
|
||||
--- | '$/cancelRequest',
|
||||
--- | '$/progress',
|
||||
--- | '$/setTrace',
|
||||
--- | 'exit',
|
||||
--- | 'initialized',
|
||||
@@ -773,7 +775,9 @@ end
|
||||
|
||||
--- LSP Notification (direction: serverToClient)
|
||||
--- @alias vim.lsp.protocol.Method.ServerToClient.Notification
|
||||
--- | '$/cancelRequest',
|
||||
--- | '$/logTrace',
|
||||
--- | '$/progress',
|
||||
--- | 'telemetry/event',
|
||||
--- | 'textDocument/publishDiagnostics',
|
||||
--- | 'window/logMessage',
|
||||
|
||||
Reference in New Issue
Block a user