Add python module

This commit is contained in:
Wojciech Kozlowski 2022-04-08 20:52:38 +02:00
parent 7a62839259
commit 2dba9419e3
2 changed files with 4 additions and 1 deletions

View File

@ -106,6 +106,9 @@
;; Always open magit in other window. ;; Always open magit in other window.
(after! magit (setq magit-display-buffer-function #'magit-display-buffer-traditional)) (after! magit (setq magit-display-buffer-function #'magit-display-buffer-traditional))
;; Python virtualenv configuration.
(after! lsp-pyright (setq lsp-pyright-venv-path (concat (getenv "HOME") "/.virtualenvs")))
;; Extra VTerm configuration. ;; Extra VTerm configuration.
(after! vterm (after! vterm
(setq vterm-shell "/bin/zsh" (setq vterm-shell "/bin/zsh"

View File

@ -155,7 +155,7 @@
;;php ; perl's insecure younger brother ;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more ;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional ;;purescript ; javascript, but functional
;;python ; beautiful is better than ugly (python +lsp +pyright) ; beautiful is better than ugly
;;qt ; the 'cutest' gui framework ever ;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs ;;racket ; a DSL for DSLs
;;raku ; the artist formerly known as perl6 ;;raku ; the artist formerly known as perl6