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 what they do, nor why there are some that seem to be redundant.
Here is what my ~/.vim
directory tree looks like
|-after
|---ftplugin
|---syntax
|-autoload
|-compiler
|-doc
|-ftplugin
|---latex-suite
|-----dictionaries
|-----macros
|-----packages
|-----templates
|---python
|-indent
|-plugin
|-spell
|-syntax
Now for the specific questions.
- What goes in
plugin
vsftplugin
? - What is the difference between
plugin
andautoload
? - When should I put something in
after/...
instead of in the directories directly under~/.vim
?