-
Beta Was this translation helpful? Give feedback.
Answered by
ikkihou
May 8, 2023
Replies: 2 comments 9 replies
-
it seems like u have a poor internet connection (maybe over proxy?). try deleting the plugin folder, reopen nvim again and let the plugin manager reinstall everything again. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
appreciate your help!
I solved the problem by the two steps below:
step 1
step 2 add the line below to ~/.vimrc (if not exists then create one)
Finally, I delete all the plugins and the ~/.config/nvim folder and clone the nvimdots repo, and run nvim, then everything goes well. Lol.
I guess the main cause of this E488,E492 error is the
core.autocrlf
setting in git config.