minus-squaredvzubarev@alien.topBtoEmacs@communick.news•How to speed up Pyright + eglot.linkfedilinkEnglisharrow-up1·1 year agoYou can put these lines to your config: (after! python (setq lsp-pyright-multi-root nil lsp-pyright-use-library-code-for-types nil)) Press Spc-h-v and start typing lsp-pyright, you will see all available settings (you have to load lsp-pyright before it). linkfedilink
You can put these lines to your config:
Press
Spc-h-v
and start typing lsp-pyright, you will see all available settings (you have to load lsp-pyright before it).