Pull vim directories
This commit is contained in:
@@ -29,7 +29,9 @@ Just run `topgrade`. It will run the following steps:
|
|||||||
* ~/.zshrc
|
* ~/.zshrc
|
||||||
* [~/.oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
|
* [~/.oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
|
||||||
* ~/.tmux
|
* ~/.tmux
|
||||||
* ~/.config/fish/config.fish
|
* ~/.config/fish
|
||||||
|
* ~/.config/nvim
|
||||||
|
* ~/.vim
|
||||||
* Custom defined paths
|
* Custom defined paths
|
||||||
* *Unix*: Run [zplug](https://github.com/zplug/zplug) update
|
* *Unix*: Run [zplug](https://github.com/zplug/zplug) update
|
||||||
* *Unix*: Run [fisherman](https://github.com/fisherman/fisherman) update
|
* *Unix*: Run [fisherman](https://github.com/fisherman/fisherman) update
|
||||||
|
|||||||
@@ -122,6 +122,8 @@ fn run() -> Result<(), Error> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
git_repos.insert(home_path(".emacs.d"));
|
git_repos.insert(home_path(".emacs.d"));
|
||||||
|
git_repos.insert(home_path(".vim"));
|
||||||
|
git_repos.insert(home_path(".config/nvim"));
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user