Move from elpy to lsp-pyre
This commit is contained in:
@@ -2766,16 +2766,13 @@ Maybe add ∉ for ~not in~ later, if possible.
|
||||
'("def" . 402))))
|
||||
#+END_SRC
|
||||
|
||||
** ElPy
|
||||
** Pyre-based LSP
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package elpy
|
||||
:init
|
||||
(elpy-enable)
|
||||
:bind
|
||||
(:map elpy-mode-map
|
||||
("<C-return>" . nil))) ; I really don’t like the C-RET functionality of ElPy
|
||||
#+END_SRC
|
||||
#+begin_src emacs-lisp
|
||||
(use-package lsp-pyre
|
||||
:hook
|
||||
(python-mode . lsp))
|
||||
#+end_src
|
||||
|
||||
** Poetry
|
||||
|
||||
|
Reference in New Issue
Block a user