add vim and libuv runtime for luals, qualify libuv types

This commit is contained in:
Alexander Courtis
2023-11-27 08:32:51 +11:00
parent 3af30ee20e
commit 8393f7cc0c
5 changed files with 11 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ local function get_type_from(type_, cwd)
return type_ or (vim.loop.fs_stat(cwd) or {}).type
end
---@param handle uv_fs_t
---@param handle uv.uv_fs_t
---@param cwd string
---@param node Node
---@param git_status table