Reputation: 78933
Is there a current way of getting Google's Pytype to run in Vim 8/Neovim?
I can get Microsoft's Pyright working easily with coc.nvim but my team uses Pytype instead.
Has anyone attempted any integration?
My searches have brought me nothing, but it's hard to imagine I'm the first person ever to want this.
Upvotes: 4
Views: 532
Reputation: 19297
coc-pyright has added Pytype support, you can enable it by python.linting.pytypeEnabled.
Upvotes: 3