feat(providers): Modular hover-symbol support

This commit is contained in:
hedy
2023-11-27 20:11:16 +08:00
parent 80f76333ba
commit 80165f0472
6 changed files with 49 additions and 84 deletions

View File

@@ -16,15 +16,6 @@ function M.supports_buffer(_)
return coc_attached and has_symbols
end
function M.hover_info(_, _, on_info)
on_info(nil, {
contents = {
kind = 'markdown',
contents = { 'No extra information availaible!' },
},
})
end
---@param result table
local function convert_symbols(result)
local s = {}