diff --git a/config.el b/config.el index 44d502d..6c9c3be 100644 --- a/config.el +++ b/config.el @@ -143,3 +143,6 @@ :after cc-mode :config (add-hook! 'c++-mode-hook (platformio-conditionally-enable))) +;; Disable Pyright's type checking +(after! lsp-pyright + (setq lsp-pyright-use-library-code-for-types nil))