mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 15:00:04 +08:00
Merge branch 'master' of github.com:SpaceVim/SpaceVim
This commit is contained in:
commit
96d7cc4f58
@ -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:
|
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'
|
||||||
|
@ -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
|
1. fork SpaceVim repo
|
||||||
2. add a layer file `autoload/SpaceVim/layers/foo.vim` for `foo` layer.
|
2. add a layer file `autoload/SpaceVim/layers/foo.vim` for `foo` layer.
|
||||||
3. edit layer file, check out the example below:
|
3. edit layer file, check out the example below:
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
"=============================================================================
|
"=============================================================================
|
||||||
" foo.vim --- foo Layer file for SpaceVim
|
" foo.vim --- foo Layer file for SpaceVim
|
||||||
|
Loading…
Reference in New Issue
Block a user