lang/python: install lspyls in doom-etc-dir #1776

This commit is contained in:
Henrik Lissner 2019-09-11 19:55:25 -04:00
parent d866ee3738
commit b1f9965fe7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -259,6 +259,8 @@ called.")
:when (featurep! +lsp)
:after lsp-clients
:init
(setq lsp-python-ms-dir (concat doom-etc-dir "mspyls/"))
;; HACK lsp-python-ms shouldn't install itself if it isn't present. This
;; circumvents LSP falling back to pyls when lsp-python-ms is absent.
;; Installing the server should be a deliberate act; either 'M-x