pappasam / coc-jedi

coc.nvim wrapper for https://github.com/pappasam/jedi-language-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Jedi only for `coc-definition`

rob-levy-minimum opened this issue · comments

I like the fact that the Jedi language server can jump to definitions of pytest fixtures (something other language servers can't do.)

But generally I use Pyright instead of Jedi. Is it possible to enable only the "Jump to definition" feature of Jedi in neovim and leave everything else to another plugin?

For some more background here's a StackExchange post on the subject.