mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2024-02-14 46132dcf362f3da63ffa1d8573dc5995d8e7e767
Change python lsp server to pyright
1 files modified
6 ■■■■ changed files
config.org 6 ●●●● patch | view | raw | blame | history
config.org
@@ -1323,10 +1323,10 @@
  (use-package company-go)
#+END_SRC
*** Python
**** COMMENT LSP server
Use jedi, idk why.
**** LSP server
Use pyright, idk why.
#+BEGIN_SRC emacs-lisp
  (use-package lsp-jedi
  (use-package lsp-pyright
    :config
    (add-to-list 'lsp-disabled-clients 'pyls)
    (add-to-list 'lsp-enabled-clients 'jedi))