1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 05:30:05 +08:00

Merge branch 'master' of github.com:SpaceVim/SpaceVim

This commit is contained in:
alanding 2019-04-02 05:24:34 +08:00
commit 96d7cc4f58
2 changed files with 2 additions and 1 deletions

View File

@ -38,4 +38,4 @@ but that isn't terribly useful since changes made inside the container won't be
Even better is an alias `dnvim` which will do this automatically:
alias dnvim="docker run -it -v $(pwd):/home/spacevim/src nvim"
alias dnvim='docker run -it -v $(pwd):/home/spacevim/src nvim'

View File

@ -202,6 +202,7 @@ You should replace FILENAME by the name of the file (e.g. foo.vim) and NAME by t
1. fork SpaceVim repo
2. add a layer file `autoload/SpaceVim/layers/foo.vim` for `foo` layer.
3. edit layer file, check out the example below:
```vim
"=============================================================================
" foo.vim --- foo Layer file for SpaceVim