vista.vim icon indicating copy to clipboard operation
vista.vim copied to clipboard

Support hierarchical document symbols

Open greye opened this issue 3 years ago • 2 comments

Needs support from both LSP client and server. Falls back to grouping symbols by kind when not supported. Uses CoC data model and renderer.

greye avatar Jul 06 '20 08:07 greye

Is there any language server that I can try this without using coc?

liuchengxu avatar Jul 06 '20 08:07 liuchengxu

Is there any language server that I can try this without using coc?

I'm using modified vim-lsc (had to set proper capability) with clangd. Basically, any compatible client-server pair should work the same provided both have support and capabilities set.

greye avatar Jul 06 '20 09:07 greye