-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Window] Not found the CondaChangeEnv command in vim #41
Comments
I've run into the very same problem today. I guess the original author designed this way when the plugin does not sure which python to use.(I gave up too. this is really annoying problem) |
I'm the original author. Would love a PR to fix this! :) |
I think we just favour python3 if found first. Otherwise fallback to others. |
This is the way it should be, isn't it? As it is today (2023) I guess you should have python3, therefore be sure that
Also, try to run Unrelated: at startup, I get the following message:
may that be because in |
Very possible. I haven't personally used vim-conda in a very long time. I will still merge PRs though so if you can fix it to be better for how conda is today, I'll happily accept that. |
I was thinking to do that but in-spite the code looks very neat and not super hard to understand that would require me to study how to use Python in a different context than "data-science" + how to vimscript with python (I only used 100% vim9script) = lot of time which unfortunately at the moment I don't have (other life's priorities). Nevertheless, if I will find some time in the future I will definitely try to send some PR :) |
I actually found some time this morning and I just issued a PR. :) |
Thank you, I merged the PR and sent you an invite to be a collaborator on this project. Can this issue be closed now? |
I don't know, I wasn't the issue opener :) |
Hi, I'm an issue opener. I will check and return feedback. |
I'm tested with Windows 11 terminal vim , the plugin works correctly when apply Lazy load in plug.vim settings.
I have some concerns towards the performance.
vim-terminal: bandicam.2023-05-23.12-24-38-478.mp4in the video, first time I loaded plugin without lazy behavior, then I set it back so we can see the different result. gvim: bandicam.2023-05-23.12-28-13-836.mp4
|
Hi!
|
@hungpham3112 You could try this: https://github.com/ubaldot/vim-conda-activate I wrote a new plugin due to that this plugin is not being maintained anymore (but still accept PR:s) and because conda has changed throughout the years, Vim script has substantially improved. So, I thought it would have been easier to rewrite it in Vim9. I hope it does not bother :) |
I checked your plugin. It's nice and clean with popup feature, I love that. |
I suggested same to @ubaldot in the other issue. He is a collaborator on this project and I've encouraged him to add at reference in the README. Higher up is better. |
I downloaded the plugin today but not found the command on my machine. Maybe I missed something?
bandicam.2023-02-03.09-44-15-452.mp4
The text was updated successfully, but these errors were encountered: