mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
Update faq (#3790)
This commit is contained in:
parent
b9b416d219
commit
69b16891d7
28
docs/faq.md
28
docs/faq.md
@ -5,21 +5,31 @@ description: "A list of questions and answers relating to SpaceVim, especially t
|
||||
|
||||
# [Home](../) >> FAQ
|
||||
|
||||
This is a list of the frequently asked questions about SpaceVim.
|
||||
This is a list of the frequently asked questions about SpaceVim. Including questions about installation, configuration
|
||||
and usage.
|
||||
|
||||
<!-- vim-markdown-toc GFM -->
|
||||
|
||||
- [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)
|
||||
- [Where should I put my configuration?](#where-should-i-put-my-configuration)
|
||||
- [E492: Not an editor command: ^M](#e492-not-an-editor-command-m)
|
||||
- [Why SpaceVim can not display default colorscheme?](#why-spacevim-can-not-display-default-colorscheme)
|
||||
- [Why can't I update plugins?](#why-cant-i-update-plugins)
|
||||
- [How to enable +py and +py3 in Neovim?](#how-to-enable-py-and-py3-in-neovim)
|
||||
- [Why does Vim freeze after pressing Ctrl-s?](#why-does-vim-freeze-after-pressing-ctrl-s)
|
||||
- [Installation](#installation)
|
||||
- [Where is my old vim configuration?](#where-is-my-old-vim-configuration)
|
||||
- [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)
|
||||
- [Where should I put my configuration?](#where-should-i-put-my-configuration)
|
||||
- [E492: Not an editor command: ^M](#e492-not-an-editor-command-m)
|
||||
- [Why SpaceVim can not display default colorscheme?](#why-spacevim-can-not-display-default-colorscheme)
|
||||
- [Why can't I update plugins?](#why-cant-i-update-plugins)
|
||||
- [How to enable +py and +py3 in Neovim?](#how-to-enable-py-and-py3-in-neovim)
|
||||
- [Why does Vim freeze after pressing Ctrl-s?](#why-does-vim-freeze-after-pressing-ctrl-s)
|
||||
|
||||
<!-- vim-markdown-toc -->
|
||||
|
||||
## Installation
|
||||
|
||||
### Where is my old vim configuration?
|
||||
|
||||
## Configuration
|
||||
|
||||
### Can I try SpaceVim without overwriting my vimrc?
|
||||
|
||||
The SpaceVim install script will move your `~/.vimrc` to `~/.vimrc_back`. If you want to have a try SpaceVim without
|
||||
|
Loading…
x
Reference in New Issue
Block a user