diff --git a/docker/README.md b/docker/README.md index 4ecb9c6fe..e86d021b9 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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' diff --git a/docs/cn/development.md b/docs/cn/development.md index 12a5b8417..a63402bcd 100644 --- a/docs/cn/development.md +++ b/docs/cn/development.md @@ -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