This package provides emacs commands for the pylsp-rope plugin for the Python LSP Server.
- With
use-package
andstraight.el
:
(use-package pylsp-rope
:straight (fatebook :repo "sonofhypnos/pylsp-rope.el" :host github
:files ("pylsp-rope.el"))
:commands fatebook-create-question)
(package! pylsp-rope
:recipe (:host github
:repo "sonofhypnos/pylsp-rope.el"))