fix(picker.lsp): trigger docs workflow
Some checks are pending
CI / ci (push) Waiting to run

This commit is contained in:
Folke Lemaitre 2025-10-22 10:10:28 +02:00
parent 4c2806cb93
commit 6f1158fe9b
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -6,7 +6,6 @@ local Async = require("snacks.picker.util.async")
local M = {}
---@alias lsp.Symbol lsp.SymbolInformation|lsp.DocumentSymbol
---@alias lsp.Loc lsp.Location|lsp.LocationLink
---@class snacks.picker.lsp.Loc: lsp.Location
---@field encoding string