diff options
Diffstat (limited to 'runtime/lua/vim/provider/python.lua')
-rw-r--r-- | runtime/lua/vim/provider/python.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/lua/vim/provider/python.lua b/runtime/lua/vim/provider/python.lua index 8322131238..48f08302f9 100644 --- a/runtime/lua/vim/provider/python.lua +++ b/runtime/lua/vim/provider/python.lua @@ -5,12 +5,11 @@ local s_host ---@type string? local python_candidates = { 'python3', + 'python3.13', 'python3.12', 'python3.11', 'python3.10', 'python3.9', - 'python3.8', - 'python3.7', 'python', } |