Skip to content
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

Not an editor command: CHADopen #17

Closed
janaakhterov opened this issue Aug 4, 2020 · 5 comments
Closed

Not an editor command: CHADopen #17

janaakhterov opened this issue Aug 4, 2020 · 5 comments

Comments

@janaakhterov
Copy link

  • Using vim-plug
  • Python version 3.8.4
  • nvim version 0.4.3

Copied the line from README Plug 'ms-jpq/chadtree', {'branch': 'chad', 'do': ':UpdateRemotePlugins'} and pasted that into the vim-plug section.
Re-launched nvim and ran PlugInstall; it did show it installed the plugin.
Re-launched nvim and ran :CHADopen and got the error from the title.

@ms-jpq
Copy link
Owner

ms-jpq commented Aug 4, 2020

Have you installed pynvim? I think some other user also had the issue here:

#6 (comment)

installing pynvim via pip3 install -U pynvim solved it for them

@ohmyhub
Copy link

ohmyhub commented Aug 4, 2020

I'm having the same issue mentioned and I can confirm that I have pynvim installed and it is up to date.

I looked at the comment you linked to and that information wasn't able to resolve the issue.

@janaakhterov
Copy link
Author

@ms-jpq Sorry, forgot to mention that, but yes I did install it before install the plugin.

@jorgebef
Copy link

jorgebef commented Aug 5, 2020

Have you checked whether you have Python3 enabled in neovim?
What does your output of :checkhealth look like?

@janaakhterov
Copy link
Author

That seems to have been the issue. Added let g:python3_host_prog = '/usr/bin/python3', restarted vim, updated plugins, restarted vim again and it worked. Icons are off, but I'm guessing I just don't have the correct font installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants