This commit is contained in:
iFargle 2023-08-30 12:32:25 +09:00
parent f843330c24
commit 1080ada8f3

View file

@ -11,7 +11,7 @@
(require 'lsp-python-ms) (require 'lsp-python-ms)
(lsp))) (lsp)))
:init :init
(setq lsp-python-ms-executable (executable-find "python-language-server"))) (setq lsp-python-ms-executable (executable-find "python-lsp-server")))
;; Bash ;; Bash
(use-package lsp-mode (use-package lsp-mode