Fix the python cube to leave the lsp enabled clients alone

这个提交包含在:
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)))))