mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:10:05 +08:00
Fix doc
This commit is contained in:
parent
fcb681afa7
commit
f8c8b4b687
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
""
|
""
|
||||||
" @section CONFIGURATION, config
|
" @section CONFIGURATION, config
|
||||||
" SpaceVim uses `~/.SpaceVim/init.vim` as its default global config file.
|
" SpaceVim uses `~/.SpaceVim.d/init.vim` as its default global config file.
|
||||||
" You can set all the SpaceVim options and layers in it. `~/.SpaceVim/` will
|
" 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.
|
" 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
|
" SpaceVim also supports local config for each project. Place local config
|
||||||
" settings in `.SpaceVim.d/init.vim` in the root directory of your project.
|
" settings in `.SpaceVim.d/init.vim` in the root directory of your project.
|
||||||
|
@ -57,10 +57,10 @@ configuration for Vim. It was inspired by Spacemacs.
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
CONFIGURATION *SpaceVim-config*
|
CONFIGURATION *SpaceVim-config*
|
||||||
|
|
||||||
SpaceVim uses `~/.SpaceVim/init.vim` as its default global config file. You
|
SpaceVim uses `~/.SpaceVim.d/init.vim` as its default global config file. You
|
||||||
can set all the SpaceVim options and layers in it. `~/.SpaceVim/` will also be
|
can set all the SpaceVim options and layers in it. `~/.SpaceVim.d/` will also
|
||||||
added to runtimepath, so you can write your own scripts in it. SpaceVim also
|
be added to runtimepath, so you can write your own scripts in it. SpaceVim
|
||||||
supports local config for each project. Place local config settings in
|
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/`
|
`.SpaceVim.d/init.vim` in the root directory of your project. `.SpaceVim.d/`
|
||||||
will also be added to runtimepath.
|
will also be added to runtimepath.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user