Skip to content

Commit

Permalink
Add lsp-pyright dep
Browse files Browse the repository at this point in the history
  • Loading branch information
regob committed Oct 4, 2024
1 parent 82d3acf commit d559b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/init-lsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
(setq lsp-enable-symbol-highlighting nil)
(setq lsp-enable-on-type-formatting nil)
(setq lsp-keymap-prefix "C-c l")
(require 'lsp-pyright)
)

(use-package lsp-ui
Expand Down

0 comments on commit d559b0c

Please sign in to comment.