diff --git a/runtime/lua/vim/provider/python.lua b/runtime/lua/vim/provider/python.lua index afd0895c7f..9950a731f1 100644 --- a/runtime/lua/vim/provider/python.lua +++ b/runtime/lua/vim/provider/python.lua @@ -5,6 +5,7 @@ local s_host ---@type string? local python_candidates = { 'python3', + 'python3.14', 'python3.13', 'python3.12', 'python3.11',