1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:00:05 +08:00
This commit is contained in:
wsdjeg 2017-03-19 22:00:27 +08:00
parent fcb681afa7
commit f8c8b4b687
2 changed files with 6 additions and 6 deletions

View File

@ -17,8 +17,8 @@
""
" @section CONFIGURATION, config
" SpaceVim uses `~/.SpaceVim/init.vim` as its default global config file.
" You can set all the SpaceVim options and layers in it. `~/.SpaceVim/` will
" SpaceVim uses `~/.SpaceVim.d/init.vim` as its default global config file.
" You can set all the SpaceVim options and layers in it. `~/.SpaceVim.d/` will
" also be added to runtimepath, so you can write your own scripts in it.
" SpaceVim also supports local config for each project. Place local config
" settings in `.SpaceVim.d/init.vim` in the root directory of your project.

View File

@ -57,10 +57,10 @@ configuration for Vim. It was inspired by Spacemacs.
==============================================================================
CONFIGURATION *SpaceVim-config*
SpaceVim uses `~/.SpaceVim/init.vim` as its default global config file. You
can set all the SpaceVim options and layers in it. `~/.SpaceVim/` will also be
added to runtimepath, so you can write your own scripts in it. SpaceVim also
supports local config for each project. Place local config settings in
SpaceVim uses `~/.SpaceVim.d/init.vim` as its default global config file. You
can set all the SpaceVim options and layers in it. `~/.SpaceVim.d/` will also
be added to runtimepath, so you can write your own scripts in it. SpaceVim
also supports local config for each project. Place local config settings in
`.SpaceVim.d/init.vim` in the root directory of your project. `.SpaceVim.d/`
will also be added to runtimepath.