vim-conda icon indicating copy to clipboard operation
vim-conda copied to clipboard

Change conda environments in the Vim editor (with Jedi-vim support)

Results 13 vim-conda issues
Sort by recently updated
recently updated
newest added

Starting from Conda 4.4, the recommended way of activating conda env has been [changed](https://conda.io/docs/release-notes.html#id24). Now when I execute `CondaChangeEnv` command with the latest setup (setting `. /opt/conda/etc/profile.d/conda.sh` in `.bashrc`). The...

help wanted

Hey there, thanks for the great plugin! I have one issue. When I start vim with an active conda environment, that conda envirnoment is not listed when running `CondaChangeEnv`. Which...

where and how exactly should I set this variable on windows I have already tried: C:\Users\adrian\Miniconda3\Scripts\conda.exe /c/Users/adrian/Miniconda3/Scripts/conda.exe in System Properieties > Environment Variables and in neovim running :echo $CONDA_EXE it...

Error detected while processing /home/harsh/.cache/vimfiles/.cache/vimrc/.dein/plugin/vim-conda.vim: line 42: Traceback (most recent call last): File "", line 1, in File "/home/harsh/.cache/vimfiles/.cache/vimrc/.dein/plugin/vimconda.py", line 15, in from subprocess import check_output, PIPE File "/home/harsh/anaconda3/lib/python3.7/subprocess.py", line...

help wanted
beginners welcome

Hi, I get a whole bunch of errors when starting Neovim, or forcing plugins to update: ``` Error invoking 'python_execute' on channel 3 (python3-script-host): Traceback (most recent call last): File...

help wanted

First off cool plug-in! Thanks for creating it. I would like to set a default conda env I tried adding the line: export CONDA_DEFAULT_ENV="root" in .bashrc and .zshrc but that...

Hi, I wonder if there is a way to setup the environment from the start in vimrc or at least map key for choosing a particular env without choosing one...

So vim was throwing me this error; ![condavimbugfixed](https://user-images.githubusercontent.com/7925583/48678840-ae5f5c00-eb56-11e8-8a3f-1e2493fc0a7f.png) You can reproduce it using the following steps: 1). Switch to any other conda environment, 2). Switch back to the original "Anaconda3"...

help wanted

The `vim-conda` plugin takes way too long to load, 400-500 ms based on `--startuptime` timings. The `subprocess` calls are surely a big chunk, but we can be smarter in how...

enhancement
help wanted
performance

Currently we are adding the `site-packages` for an activated env, but it seems we really also need to add the stdlib path, otherwise py3-specific stuff in the stdlib isn't found.

enhancement