Fix command for starting basedpyright-langserver
This commit is contained in:
parent
c506b69100
commit
731c4db4d7
2
init.el
2
init.el
|
@ -1062,7 +1062,7 @@
|
|||
(eglot-autoreconnect (* 60 5))
|
||||
(eglot-events-buffer-config '(:size 0))
|
||||
:config
|
||||
(add-to-list 'eglot-server-programs '((python-mode python-ts-mode) "basedpyright" "--stdio"))
|
||||
(add-to-list 'eglot-server-programs '((python-mode python-ts-mode) "basedpyright-langserver" "--stdio"))
|
||||
(add-to-list 'eglot-server-programs '(scad-mode "openscad-lsp"))
|
||||
(setq-default eglot-workspace-configuration
|
||||
'( :basedpyright ( :typeCheckingMode "recommended"
|
||||
|
|
Loading…
Reference in a new issue