Skip to content

Commit

Permalink
doc: update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Oct 1, 2024
1 parent 4e2a5ea commit bf27f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ lsp-mode client leveraging [pyright](https://github.com/microsoft/pyright) and [
```emacs-lisp
(use-package lsp-pyright
:ensure t
:custom (lsp-pyright-langserver-command "pyright") ;; or basedpyright
:hook (python-mode . (lambda ()
(require 'lsp-pyright)
(lsp)))) ; or lsp-deferred
Expand Down

0 comments on commit bf27f19

Please sign in to comment.