types: update type annotations for LuaLS 3.7

This commit is contained in:
Steven Arcangeli 2023-08-24 09:15:06 -07:00
parent b61bc9b701
commit e45aeebc2b
9 changed files with 34 additions and 16 deletions

View file

@ -12,7 +12,7 @@ local M = {}
local FIELD_META = constants.FIELD_META
---@class oil.sshUrl
---@class (exact) oil.sshUrl
---@field scheme string
---@field host string
---@field user nil|string