bronson / vim-update-bundles

Use Pathogen and Git to manage your Vim plugins.
91 stars 13 forks source link

Added support for custom dotfiles directory path. #6

Closed sorin-ionescu closed 13 years ago

sorin-ionescu commented 13 years ago

I prefer ~/.local/conf instead of ~/.dotfiles. Others may prefer ~/.conf or ~/.etc. Unfortunately, I had to change the syntax for the configuration file to do it.

bronson commented 13 years ago

I totally agree with customizing the dotfiles path. Unfortunately, I disagree with using Ruby syntax in the config file. For now I'd like to leave open the possibility of switching to shellscript so that everyone can use this utility, not just Rubyists.

sorin-ionescu commented 13 years ago

Yes, I’ve noticed. Do you want me to make the changes and resubmit the patch, or are you going to do it when you are ready?

bronson commented 13 years ago

I just pushed the changes. You should recognize parts of the patch. :)

Re-open the issue if it doesn't do what you need!