I just installed Vim again and noticed there is no .vim directory in my /home directory. I have read that if I create .vim myself then this will override the values in /etc/vim. My questions:
- Should the new directory that I create be
/home/.vimor/home/myusername/.vim? - Should I delete
/etc/vimand its content when the new*/.vimis created, or should I just leave it be? - Can I put
.vimrcor evenvimrc(without period) inside the new.vimdirectory?