fix(emacs): use basedpyright for python lsp
This commit is contained in:
parent
bf03e5e0e9
commit
96e6f5b58c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
(fset #'jsonrpc--log-event #'ignore)
|
||||
:config
|
||||
(add-to-list 'eglot-server-programs '(nix-mode "nil"))
|
||||
(add-to-list 'eglot-server-programs '(python-mode . ("ruff" "server" "--preview"))))
|
||||
(add-to-list 'eglot-server-programs '(python-mode . ("basedpyright-langserver" "--stdio"))))
|
||||
(use-package eglot-booster
|
||||
:straight (eglot-booster :type git :host github :repo "jdtsmith/eglot-booster")
|
||||
:after (eglot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue