Skip to content

Does not work after latest update #8

@LuisA92

Description

@LuisA92

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',
	})
end

Is there anyway to add support for micromamba?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions