fix(doom): fix for python language server
This commit is contained in:
parent
0e56b0e14a
commit
21fb186a7d
2 changed files with 6 additions and 0 deletions
|
@ -144,3 +144,7 @@
|
||||||
org-latex-listings 'minted
|
org-latex-listings 'minted
|
||||||
org-latex-packages-alist '(("" "minted"))
|
org-latex-packages-alist '(("" "minted"))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package! lsp-python-ms
|
||||||
|
:init
|
||||||
|
(setq lsp-python-ms-executable (executable-find "python-language-server")))
|
||||||
|
|
|
@ -50,3 +50,5 @@
|
||||||
;(unpin! t)
|
;(unpin! t)
|
||||||
|
|
||||||
;; (package! org-auto-tangle)
|
;; (package! org-auto-tangle)
|
||||||
|
|
||||||
|
(package! lsp-python-ms)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue