Fix the python cube to leave the lsp enabled clients alone

This commit is contained in:
Sameer Rahmani 2022-07-01 14:01:16 +01:00
부모 f36b052bc8
커밋 fe9c29a116
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -95,7 +95,6 @@ interactive `pyvenv-workon' function before `lsp'"
;; Pyls and pylsp can be annoying
(add-to-list 'lsp-disabled-clients 'pyls)
(add-to-list 'lsp-disabled-clients 'pylsp)
(add-to-list 'lsp-enabled-clients 'pyright)
;;(fg42/py-auto-lsp)
(require 'lsp-pyright)
(lsp)))))