Include runtime path in set_runtime prompt

Closes https://github.com/mfussenegger/nvim-jdtls/issues/463
This commit is contained in:
Mathias Fussenegger 2023-04-15 08:09:11 +02:00 committed by Mathias Fußenegger
parent a2dd26c1c0
commit de4b8e502e

View file

@ -1213,7 +1213,7 @@ function M.set_runtime(runtime)
runtimes,
'Runtime> ',
function(r)
return r.name
return r.name .. ' (' .. r.path .. ')'
end,
function(selected_runtime)
if not selected_runtime then