From b1f9965fe7f71a64ebfed19738b9caced29950f8 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 11 Sep 2019 19:55:25 -0400 Subject: [PATCH] lang/python: install lspyls in doom-etc-dir #1776 --- modules/lang/python/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 2abe9f80e..be49037bf 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -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