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

@@ -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)]
{