bronson / vim-update-bundles

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

Allow flexible dotfiles #5

Closed sorin-ionescu closed 13 years ago

sorin-ionescu commented 13 years ago

I don't have ~/.dotfiles, but ~/.local/conf. Allow overriding the path of dotfiles.

sorin-ionescu commented 13 years ago

This is in a pull request.

bronson commented 13 years ago

Don't close this yet! I'm about to push some commits based on your config changes. As soon as they land, you should be able to do:

dotfiles_path = $HOME/.local/conf

which hopefully gives you what you need?