This commit is contained in:
Folke Lemaitre 2025-02-14 17:35:24 +01:00
parent 520ed85169
commit 538bc3b65a
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -1,6 +1,7 @@
---@module 'trouble'
---@diagnostic disable: inject-field
local Item = require("trouble.item")
-- test
---@type trouble.Source
local M = {}