Pyvenv support

This commit is contained in:
2025-01-27 03:31:38 -08:00
parent 4dfd389998
commit b33937f50b
2 changed files with 43 additions and 9 deletions

View File

@ -1657,6 +1657,8 @@ otherwise, call `bibtex-find-text'."
(use-package python-ts-mode
:ensure nil
:hook (python-ts-mode . trusted-files-eglot-ensure-if-safe))
;; python virtual environments
(use-package pyvenv)
;; java-ts-mode
(use-package java-ts-mode