Skip to content

Commit 1ce87be

Browse files
Marcos Martinezseagle0128
authored andcommitted
Add uv python version to boostrap
1 parent ec27cdb commit 1ce87be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doom-modeline-env.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ PARSER should be a function for parsing COMMAND's output line-by-line, to
221221
(or doom-modeline-env-python-executable
222222
python-shell-interpreter
223223
"python"))))
224+
((executable-find "uv") (list "uv" "run" "python" "--version"))
224225
((list (or doom-modeline-env-python-executable
225226
python-shell-interpreter
226227
"python")

0 commit comments

Comments
 (0)