Add "Pandas" to python-mode's docsets.

This commit is contained in:
daanturo 2021-03-13 22:41:48 +07:00
parent d667a2a292
commit dad58cb31d

View file

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