refactor: better annotations to make sumneko faster

This commit is contained in:
Folke Lemaitre 2022-12-23 08:34:55 +01:00
parent 65e903652b
commit e2bbf3deef
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,4 @@
---@class LazyUtilCore
local M = {}
---@alias LazyProfile {data: string|{[string]:string}, time: number, [number]:LazyProfile}