-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
My install stopped working with the latest update.
I am able to get it to work be removing the following lines:
local conda_env_path = Path:new(vim.fn.getenv('CONDA_EXE')):parent():parent() .. '/envs'
local conda_paths = scan_dir(conda_env_path, { depth = 1, only_dirs = true, silent = true })
for _, path in ipairs(conda_paths) do
table.insert(venvs, {
name = Path:new(path):make_relative(conda_env_path),
path = path,
source = 'conda',
})
endIs there anyway to add support for micromamba?
Metadata
Metadata
Assignees
Labels
No labels