feat: Merge JSX symbols into lsp tree
This commit is contained in:
@@ -28,7 +28,7 @@ function M.request_symbols(on_symbols)
|
||||
vim.fn.call('CocActionAsync', {
|
||||
'documentSymbols',
|
||||
function(_, symbols)
|
||||
on_symbols { [1000000] = { result = symbols } }
|
||||
on_symbols(symbols)
|
||||
end,
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user