Merge pull request #4855 from daanturo/python-repl-docsets

Extend Python's docsets to Python REPL
This commit is contained in:
Henrik Lissner
2021-04-15 00:27:16 -04:00
committed by GitHub

View File

@ -27,7 +27,7 @@
(set-eglot-client! 'python-mode '("Microsoft.Python.LanguageServer"))))
:config
(set-repl-handler! 'python-mode #'+python/open-repl :persist t)
(set-docsets! 'python-mode "Python 3" "NumPy" "SciPy" "Pandas")
(set-docsets! '(python-mode inferior-python-mode) "Python 3" "NumPy" "SciPy" "Pandas")
(set-ligatures! 'python-mode
;; Functional