UNPKG

coc-basedpyright

Version:

Basedpyright(fork of Pyright) extension for coc.nvim

26 lines (14 loc) 1.16 kB
# coc-basedpyright <!-- markdownlint-disable no-inline-html --> <a href="https://github.com/sponsors/fannheyward"><img src="https://user-images.githubusercontent.com/345274/133218454-014a4101-b36a-48c6-a1f6-342881974938.png" alt="GitHub Sponsors" /></a> <a href="https://patreon.com/fannheyward"><img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Patreon donate button" /></a> <a href="https://paypal.me/fannheyward"><img src="https://user-images.githubusercontent.com/345274/104303610-41149f00-5505-11eb-88b2-5a95c53187b4.png" alt="PayPal donate button" /></a> [Basedpyright](https://github.com/DetachHead/basedpyright), a fork of [Pyright](https://github.com/microsoft/pyright) with various type checking improvements and features, extension for coc.nvim. ## Install `:CocInstall coc-basedpyright` ## pyrightconfig.json Pyright/Basedpyright supports [pyrightconfig.json](https://github.com/DetachHead/basedpyright/blob/main/docs/configuration.md) that provide granular control over settings. ## License MIT --- > This extension is built with [create-coc-extension](https://github.com/fannheyward/create-coc-extension)