Extend Python's docsets to Python REPL.

This commit is contained in:
daanturo 2021-03-19 20:41:20 +07:00
parent 46dedb3e33
commit 0e9fd716d2

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