error while running “source .vimrc”

You tried to source your Vim configuration file from bash. Do it from Vim:

$ vim
:source /path/to/.vimrc

If it’s located at ~/.vimrc, Vim will source that file automatically.

Leave a Comment