Henrik Lissner 2024-09-05 05:25:40 -04:00
parent 424b7af45f
commit 1fa1eba5ac
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 13 additions and 9 deletions

View file

@ -353,4 +353,7 @@
:when (modulep! +lsp)
:when (modulep! +pyright)
:when (not (modulep! :tools lsp +eglot))
:after lsp-mode)
:after lsp-mode
:init
(when-let ((exe (executable-find "basedpyright")))
(setq lsp-pyright-langserver-command exe)))