new lua style
This commit is contained in:
@ -110,9 +110,7 @@ end
|
||||
M.pick_venv = function()
|
||||
vim.ui.select(M.getPythonEnvs(), {
|
||||
prompt = 'Select python venv',
|
||||
format_item = function(item)
|
||||
return string.format('%s (%s)', item.name, item.path)
|
||||
end,
|
||||
format_item = function(item) return string.format('%s (%s)', item.name, item.path) end,
|
||||
}, function(choice)
|
||||
if not choice then
|
||||
return
|
||||
|
Reference in New Issue
Block a user