Add --no-vim flag (#98)
Just like we have the `--no-emacs` flag, it would be nice to have the `--no-vim` flag, to avoid the upgrade of the vim/neovim configuration files and packages.
This commit is contained in:
committed by
Roey Darwish Dror
parent
0500080e40
commit
4c1d26e120
@@ -96,6 +96,7 @@ Just run `topgrade`. It will run the following steps:
|
||||
* `--no-git-repos` - Don't pull custom git repositories.
|
||||
* `--no-emacs` - Don't upgrade Emacs packages or configuration files.
|
||||
* `--no-retry` - Don't ask to retry failed steps.
|
||||
* `--no-vim` - Don't upgrade Vim/NeoVim packages or configuration files.
|
||||
|
||||
## Customization
|
||||
You can place a configuration file at `~/.config/topgrade.toml` (on macOS `~/Library/Preferences/topgrade.toml`).. Here's an example:
|
||||
|
||||
Reference in New Issue
Block a user