We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6825bd commit ccff6acCopy full SHA for ccff6ac
2 files changed
doc/pyrepl.txt
@@ -287,7 +287,7 @@ Options:
287
python_path (string)
288
Python interpreter used by pyrepl.nvim. Default: "python".
289
Resolution order is: `python_path`, then `g:python3_host_prog`, then
290
- `python` from PATH.
+ `python3` from PATH.
291
preferred_kernel (string)
292
Kernel name moved to the first position in the kernel picker.
293
Default: "python3".
lua/pyrepl/python.lua
@@ -14,7 +14,7 @@ local console_completions_running
14
---Resolve Python path from the following candidates:
15
---1) config.python_path;
16
---2) vim.g.python3_host_prog;
17
----3) "python".
+---3) "python3".
18
---@return string
19
function M.get_python_path()
20
if python_path_cache then
0 commit comments