feat(lsp): enable symbol formatting for 'live_workspace_symbols'

main
bhagwan 2 years ago
parent 09e2b982fb
commit 59069a393b

@ -840,6 +840,10 @@ M.live_workspace_symbols = function(opts)
opts = core.set_fzf_interactive_cb(opts)
opts = core.set_fzf_field_index(opts)
if opts.force_uri == nil then opts.force_uri = true end
if opts.symbol_style or opts.symbol_fmt then
gen_sym2style_map(opts)
opts.fn_post_fzf = function() M._sym2style = nil end
end
core.fzf_files(opts)
opts.search = nil
end

Loading…
Cancel
Save