|
|
@ -269,10 +269,6 @@ There are two things you can do about this warning: |
|
|
|
(require 'lsp-python-ms) |
|
|
|
(require 'lsp-python-ms) |
|
|
|
(lsp)))) ; or lsp-deferred |
|
|
|
(lsp)))) ; or lsp-deferred |
|
|
|
|
|
|
|
|
|
|
|
;; Add LSP to python mode |
|
|
|
|
|
|
|
(add-hook 'python-mode-hook #'lsp) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;; Python testing helpers |
|
|
|
;; Python testing helpers |
|
|
|
(use-package python-pytest) |
|
|
|
(use-package python-pytest) |
|
|
|
|
|
|
|
|
|
|
|