mirror of
https://github.com/neovim/neovim.git
synced 2026-01-28 15:46:05 +00:00
refactor(lua): use tuple syntax everywhere #29111
This commit is contained in:
@@ -256,7 +256,7 @@ end
|
||||
--- @param notification_cb function?
|
||||
--- @param setup_cb function?
|
||||
--- @param timeout integer
|
||||
--- @return {[1]: integer, [2]: string}
|
||||
--- @return [integer, string]
|
||||
function M.run_session(lsession, request_cb, notification_cb, setup_cb, timeout)
|
||||
local on_request --- @type function?
|
||||
local on_notification --- @type function?
|
||||
|
||||
Reference in New Issue
Block a user