mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
docs(faq): add doc for uninstall SpaceVim
This commit is contained in:
parent
12fd191686
commit
690f454a3a
10
docs/faq.md
10
docs/faq.md
@ -12,6 +12,7 @@ and usage.
|
||||
|
||||
- [Installation](#installation)
|
||||
- [Where is my old vim configuration?](#where-is-my-old-vim-configuration)
|
||||
- [How to uninstall SpaceVim?](#how-to-uninstall-spacevim)
|
||||
- [Configuration](#configuration)
|
||||
- [Can I try SpaceVim without overwriting my vimrc?](#can-i-try-spacevim-without-overwriting-my-vimrc)
|
||||
- [Why use toml as the default configuration file format?](#why-use-toml-as-the-default-configuration-file-format)
|
||||
@ -32,6 +33,15 @@ and usage.
|
||||
In Linux/MacOS, the old vim configuration file `~/.vimrc` will be renamed to `~/.vimrc_back`,
|
||||
and the directory `~/.vim` also will be renamed to `~/.vim_back`.
|
||||
|
||||
### How to uninstall SpaceVim?
|
||||
|
||||
The installation script does not remove your vimrc, it just changes the name from `~/.vim` to `~/.vim_back`.
|
||||
and if you uninstalll SpaceVim, your vimrc will come back. you can run:
|
||||
|
||||
```
|
||||
curl -sLf https://spacevim.org/install.sh | bash -s -- --uninstall
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Can I try SpaceVim without overwriting my vimrc?
|
||||
|
Loading…
x
Reference in New Issue
Block a user