Merge branch 'main' of github.com:hedyhli/outline.nvim

This commit is contained in:
hedy
2024-03-16 08:13:33 +08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ function M.request_symbols(on_symbols, opts)
vim.fn.call('CocActionAsync', {
'documentSymbols',
function(_, symbols)
on_symbols({ [1000000] = { result = convert_symbols(symbols) } }, opts)
on_symbols(convert_symbols(symbols), opts)
end,
})
end