Pull vim directories

This commit is contained in:
Roey Darwish Dror
2018-07-05 20:46:05 +03:00
parent 9253d99236
commit d1718a22aa
2 changed files with 5 additions and 1 deletions

View File

@@ -29,7 +29,9 @@ Just run `topgrade`. It will run the following steps:
* ~/.zshrc
* [~/.oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
* ~/.tmux
* ~/.config/fish/config.fish
* ~/.config/fish
* ~/.config/nvim
* ~/.vim
* Custom defined paths
* *Unix*: Run [zplug](https://github.com/zplug/zplug) update
* *Unix*: Run [fisherman](https://github.com/fisherman/fisherman) update

View File

@@ -122,6 +122,8 @@ fn run() -> Result<(), Error> {
}
git_repos.insert(home_path(".emacs.d"));
git_repos.insert(home_path(".vim"));
git_repos.insert(home_path(".config/nvim"));
#[cfg(unix)]
{