Comments

Comments in vimrc is using a single double quote (") as an indicator at the beginning of the line. There is no long version so you need to list each of them at your will. Here is an example:

" This is a comment. The following command is not a comment as the quotes are interpreted as string.
echo "Hello World" 

That's all about comments in vimrc.