We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d28662 commit 9fc8119Copy full SHA for 9fc8119
lua/eca/server.lua
@@ -32,6 +32,8 @@ function M.new(opts)
32
require("eca.logger").notify("Server stopped", vim.log.levels.INFO)
33
end,
34
---@param server eca.Server
35
+ ---@param method string
36
+ ---@param params table
37
on_notification = function(server, method, params)
38
return vim.schedule(function()
39
server:handle_content(method, params)
0 commit comments