lang/python: install lspyls in doom-etc-dir #1776
This commit is contained in:
parent
d866ee3738
commit
b1f9965fe7
1 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,8 @@ called.")
|
||||||
:when (featurep! +lsp)
|
:when (featurep! +lsp)
|
||||||
:after lsp-clients
|
:after lsp-clients
|
||||||
:init
|
: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
|
;; 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.
|
;; circumvents LSP falling back to pyls when lsp-python-ms is absent.
|
||||||
;; Installing the server should be a deliberate act; either 'M-x
|
;; Installing the server should be a deliberate act; either 'M-x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue