parent
aebd4b0c99
commit
1d0f4ca424
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@
|
||||||
(when (executable-find "Microsoft.Python.LanguageServer")
|
(when (executable-find "Microsoft.Python.LanguageServer")
|
||||||
(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
|
||||||
|
:send-region #'python-shell-send-region
|
||||||
|
:send-buffer #'python-shell-send-buffer)
|
||||||
(set-docsets! '(python-mode inferior-python-mode) "Python 3" "NumPy" "SciPy" "Pandas")
|
(set-docsets! '(python-mode inferior-python-mode) "Python 3" "NumPy" "SciPy" "Pandas")
|
||||||
|
|
||||||
(set-ligatures! 'python-mode
|
(set-ligatures! 'python-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue