From f8c8b4b687a6ccee44d9eaa6570d2fa2d150b89c Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 19 Mar 2017 22:00:27 +0800 Subject: [PATCH] Fix doc --- autoload/SpaceVim.vim | 4 ++-- doc/SpaceVim.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index ba921ccce..5e628b5d9 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -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. diff --git a/doc/SpaceVim.txt b/doc/SpaceVim.txt index 71f7c3f73..f5446a08c 100644 --- a/doc/SpaceVim.txt +++ b/doc/SpaceVim.txt @@ -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.