1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 13:10:05 +08:00
SpaceVim/docs/cn/faq.md
Wang Shidong ba59ca2520
Update chinese document (#1331)
squash and merged
2018-01-27 01:07:02 +08:00

12 lines
254 B
Markdown

### Where should I put my configration?
SpaceVim load custom configuration from `~/.SpaceVim.d/init.vim`.
1. E492: Not an editor command: ^M
The problem was git auto added ^M when cloning, solved by:
```sh
git config --global core.autocrlf input
```