From 9f02d1090f412cfbc51ba80f854774141e1bb8ee Mon Sep 17 00:00:00 2001
From: Frantisek Bohacek <rutherther@proton.me>
Date: Mon, 2 Oct 2023 20:18:32 +0200
Subject: [PATCH] feat: add pyright support to doom

---
 modules/editors/emacs/doom.d/init.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/editors/emacs/doom.d/init.el b/modules/editors/emacs/doom.d/init.el
index 136b4e3..ac2cfd1 100644
--- a/modules/editors/emacs/doom.d/init.el
+++ b/modules/editors/emacs/doom.d/init.el
@@ -157,7 +157,7 @@
        ;;php               ; perl's insecure younger brother
        ;;plantuml          ; diagrams for confusing people more
        ;;purescript        ; javascript, but functional
-       (python +lsp)            ; beautiful is better than ugly
+       (python +lsp +pyright)            ; beautiful is better than ugly
        ;;qt                ; the 'cutest' gui framework ever
        ;;racket            ; a DSL for DSLs
        ;;raku              ; the artist formerly known as perl6
-- 
2.48.1