I am trying to update my Vim configuration scripts. There are a number of sub-directories in my ~/.vim directory and I\'m not sure the specifics of wha
Vim
~/.vim
I think this would explain exactly what each folder does: http://learnvimscriptthehardway.stevelosh.com/chapters/42.html
Also might want to check :h runtimepath.
:h runtimepath
Hope this helps. :)