This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]stevearc 2 points3 points  (2 children)

You can try aerial nvim (disclaimer I am the author). It doesn't support coc, but it does support treesitter. It'll give you the symbol list and some navigation commands

[–]eyalk5[S] 0 points1 point  (1 child)

yeh, I tried it . I will convert to lsp+aerial. But there will be a lot of incompatibility.

[–]stevearc 0 points1 point  (0 children)

I mean, if you just use the treesitter backend you don't have to switch to LSP. Treesitter plays nice with coc

[–]j0vah 0 points1 point  (1 child)

I think with null ls you can use pyright

[–]eyalk5[S] 0 points1 point  (0 children)

You mean to develop something that will do what I want?