Fix the python cube to leave the lsp enabled clients alone

Este commit está contenido en:
Sameer Rahmani 2022-07-01 14:01:16 +01:00
padre f36b052bc8
commit fe9c29a116
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

@ -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)))))