mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:00:05 +08:00
Fix doc
This commit is contained in:
parent
fcb681afa7
commit
f8c8b4b687
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user