|
@ -1423,6 +1423,10 @@ apt install build-essential python3-dev |
|
|
:ensure t |
|
|
:ensure t |
|
|
:after lsp-mode |
|
|
:after lsp-mode |
|
|
:defer t |
|
|
:defer t |
|
|
|
|
|
:hook |
|
|
|
|
|
(python-mode . (lambda () |
|
|
|
|
|
(require 'lsp-pyright) |
|
|
|
|
|
(lsp-deferred))) |
|
|
; :custom |
|
|
; :custom |
|
|
; (lsp-pyright-auto-import-completions nil) |
|
|
; (lsp-pyright-auto-import-completions nil) |
|
|
; (lsp-pyright-typechecking-mode "off") |
|
|
; (lsp-pyright-typechecking-mode "off") |
|
|