ソースを参照

lsp setup is too heavy

master
10sr 2年前
コミット
1db4b00069
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el ファイルの表示

@@ -3006,7 +3006,7 @@ ARGS are not used."
(set-variable 'lsp-python-ms-auto-install-server t)
(set-variable 'lsp-python-ms-parse-dot-env-enabled t)
(set-variable 'lsp-python-ms-python-executable-cmd "python3")
(add-hook 'python-mode-hook #'my-lsp-python-setup)
;; (add-hook 'python-mode-hook #'my-lsp-python-setup)

(defun my-lsp-python-setup ()
"Setup python ms."


読み込み中…
キャンセル
保存