1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 15:50:04 +08:00
SpaceVim/docs/cn/faq.md

12 lines
299 B
Markdown
Raw Normal View History

2018-01-29 15:20:12 +08:00
### 我应该把我的配置文件放到什么位置?
2018-01-29 15:20:12 +08:00
SpaceVim 默认从 ~/.SpaceVim.d/init.vim 中加载配置文件.
2018-01-29 15:20:12 +08:00
1. E492: 未编辑的命令: ^M
2018-01-29 15:20:12 +08:00
这个问题是git在克隆过程中,自动添加了^M, 可以通过下面的方法来解决:
```sh
git config --global core.autocrlf input
```