-
Notifications
You must be signed in to change notification settings - Fork 34
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
Strange error #77
Comments
Nevermind. Had to explicitly call |
The idea behind But I think that the error message should be improved. We can make |
Actually, my question had more to do with why I had to explicitly call that function even though my .vimrc contained the following: Plug 'numirias/semshi', {'do': ':UpdateRemotePlugins'} I thought that "do" statement would have handled it. Why not? |
I ran UpdateRematePluggins and I still have this problem. |
@holmescharles You can check this: wilder.nvim - UpdateRemotePlugins needs to be run manually. Looks like it is because the post hook of |
I have neovim 0.4.3 installed on my mac.
I have a spartan .vimrc right now:
When I open a python file, I get this error:
Google yields nothing. Any idea what's going on?
The text was updated successfully, but these errors were encountered: