refactor(providers): Let get_status() return a list of strings instead

This commit is contained in:
hedy
2023-11-19 19:02:00 +08:00
parent 9b90379c7a
commit 3762402dd3
3 changed files with 4 additions and 5 deletions

View File

@@ -69,7 +69,7 @@
---@field hover_info fun(bufnr:integer, params:table, on_info:function)
---@field request_symbols fun(on_symbols:function, opts:table)
---@field name string
---@field get_status? fun():string
---@field get_status? fun():string[]
-- HELP