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

Add link for credits & thanks

This commit is contained in:
wsdjeg 2017-02-05 10:26:37 +08:00
parent d79d868a77
commit b2377a39f9

View File

@ -38,6 +38,7 @@
- [Report bugs](#report-bugs)
- [contribute to SpaceVim](#contribute-to-spacevim)
- Write post about SpaceVim
- [Credits & Thanks](#credits--thanks)
#### Introduction
@ -603,6 +604,7 @@ SpaceVim also support local config file for project, the init file is `.SpaceVim
in the root of your project. `.SpaceVim.d/` will also be added into runtimepath.
here is an example config file for SpaceVim:
```viml
" set the options of SpaceVim
let g:spacevim_colorscheme = 'solarized'
@ -628,8 +630,6 @@ If you get any issues, please open an issue with the ISSUE_TEMPLATE. It is usefu
##### contribute to SpaceVim
#### Enjoy!
#### Credits & Thanks
- [![GitHub contributors](https://img.shields.io/github/contributors/SpaceVim/SpaceVim.svg)](https://github.com/SpaceVim/SpaceVim/graphs/contributors)
- [vimdoc](https://github.com/google/vimdoc) generate doc file for SpaceVim