Use Microsoft python LSP by default

This commit is contained in:
coolneng 2020-07-03 12:47:51 +02:00
parent 5d6c600b1f
commit b8aec662cf
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 deletions

View File

@ -51,3 +51,7 @@
(setq writeroom-major-modes '(markdown-mode org-mode))
;; Speed up company mode
(setq company-idle-delay nil)
;; Use Microsoft's python language server by default
(after! lsp-python-ms
(set-lsp-priority! 'mspyls 1))
(setq lsp-python-ms-executable (executable-find "python-language-server"))