Browse Source

fixes for python lsp

master
Marc 3 years ago
parent
commit
cd35480327
1 changed files with 4 additions and 0 deletions
  1. 4
      config.org

4
config.org

@ -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")

Loading…
Cancel
Save