1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 07:09:11 +08:00

docs(development): update development page

This commit is contained in:
wsdjeg 2022-05-28 17:20:24 +08:00
parent 09dac0d30a
commit 3983da1c7b
4 changed files with 88 additions and 131 deletions

View File

@ -153,8 +153,6 @@ Neovim 运行在 iTerm2 上,采用 SpaceVim配色为_base16-solarized-da
图中包含了一个 Neovim 的终端,一个语法树窗口,一个文件树窗口以及一个 TernJS 定义窗口
想要查阅更多截图,请阅读 [issue #415](https://github.com/SpaceVim/SpaceVim/issues/415)
## 基本概念
**临时快捷键菜单**

View File

@ -58,31 +58,27 @@ Besides, you can also [chat with us](../community/#chat)
If you run into a bug, please follow the guidelines below to give feedback.
- Check that no duplicate issue in [issue tracker](https://github.com/SpaceVim/SpaceVim/issues)
- Check that the issue has not been fixed in latest version of SpaceVim,
please update your SpaceVim, and try to reproduce the bug here.
- Use a clear title with `bug reporting` issue template
- Update the SpaceVim to the latest version. And make sure the can be reproduced in latest version of spacevim.
- Use a clear title with `[bug]` prefix, and follow the `bug reporting` issue template.
```
<!-- bug reporting without issue template will be closed automatically -->
## Expected behavior, english is required
## The reproduce ways from Vim starting (Required!)
## Debug info
<!-- Please press SPC h I, debug info will be put into clipboard, -->
<!-- then paste all content below. -->
Please press SPC h I, debug info will be put into clipboard,
then paste all content below.
## Screenshots
<!-- If you have any screenshots for this issue, -->
<!-- please upload here. -->
<!-- BTW you can use https://asciinema.org/ for recording video in terminal. -->
If you have any screenshots, add to mail Attachment.
```
## Requesting new feature
- send the email to [spacevim@googlegroups.com](mailto:spacevim@googlegroups.com)
If you want a new feature, use the [github issue tracker](https://github.com/SpaceVim/SpaceVim/issues) to file a new issue.
You need to choose a concise title and refine the content in the issue template:
## Requesting new feature
```
**Is your feature request related to a problem? Please describe.**

View File

@ -92,9 +92,6 @@ description: "General documentation about how to use SpaceVim, including the qui
- [Error handling](#error-handling)
- [EditorConfig](#editorconfig)
- [Vim Server](#vim-server)
- [Achievements](#achievements)
- [issues](#issues)
- [Stars, forks and watchers](#stars-forks-and-watchers)
<!-- vim-markdown-toc -->
@ -155,8 +152,6 @@ Depicts a common frontend development scenario with JavaScript (jQuery), SASS, a
Non-code buffers show a Neovim terminal, a TagBar window, a Vimfiler window and a TernJS definition window.
To get more screenshots, see: [issue #415](https://github.com/SpaceVim/SpaceVim/issues/415)
## Concepts
**Transient-states**
@ -2454,36 +2449,4 @@ Use `svc` to open a file in the existing Vim server, or use `nsvc` to open a fil
![server-and-client](https://user-images.githubusercontent.com/13142418/32554968-7164fe9c-c4d6-11e7-95f7-f6a6ea75e05b.gif)
<!-- SpaceVim Achievements start -->
## Achievements
### issues
| Achievements | Account |
| --------------------------------------------------------------------- | --------------------------------------------------- |
| [100th issue(issue)](https://github.com/SpaceVim/SpaceVim/issues/100) | [BenBergman](https://github.com/BenBergman) |
| [1000th issue(PR)](https://github.com/SpaceVim/SpaceVim/issues/1000) | [sei40kr](https://github.com/sei40kr) |
| [2000th issue(PR)](https://github.com/SpaceVim/SpaceVim/issues/2000) | [nikolaussucher](https://github.com/nikolaussucher) |
| [3000th issue(PR)](https://github.com/SpaceVim/SpaceVim/issues/3000) | [nahuef](https://github.com/nahuef) |
### Stars, forks and watchers
| Achievements | Account |
| ------------------ | --------------------------------------------------- |
| First stargazers | [monkeydterry](https://github.com/monkeydterry) |
| 100th stargazers | [robertofarrell](https://github.com/robertofarrell) |
| 1000th stargazers | [mohebifar](https://github.com/mohebifar) |
| 2000th stargazers | [myakove](https://github.com/myakove) |
| 3000th stargazers | [adrian-spataru](https://github.com/adrian-spataru) |
| 4000th stargazers | [seungdols](https://github.com/seungdols) |
| 5000th stargazers | [shiningdracon](https://github.com/shiningdracon) |
| 6000th stargazers | [SummerMagic](https://github.com/SummerMagic) |
| 7000th stargazers | [Murderlon](https://github.com/Murderlon) |
| 8000th stargazers | [dbdr](https://github.com/dbdr) |
| 9000th stargazers | [Ruyka](https://github.com/Ruyka) |
| 10000th stargazers | [royge](https://github.com/royge) |
<!-- SpaceVim Achievements end -->
<!-- vim:set nowrap: -->

View File

@ -9,86 +9,86 @@
This is a list of programming languages supported in SpaceVim:
| language | layer doc | Issues |
| --------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| Agda | [lang#agda](https://spacevim.org/layers/lang/agda/) | |
| ActionScript | [lang#actionscript](https://spacevim.org/layers/lang/actionscript/) | |
| Assembly | lang#assemble | |
| AspectJ | [lang#asepctj](https://spacevim.org/layers/lang/aspectj/) | |
| AutoHotkey | [lang#autohotkey](https://spacevim.org/layers/lang/autohotkey/) | |
| Bash, Fish, zsh | [lang#sh](https://spacevim.org/layers/lang/sh/) | |
| C# | [lang#csharp](https://spacevim.org/layers/lang/csharp/) | |
| C/C++/Objective-C | [lang#c](https://spacevim.org/layers/lang/c/) | |
| Clojure | [lang#clojure](https://spacevim.org/layers/lang/clojure/) | |
| [CoffeeScript](https://github.com/jashkenas/coffeescript) | [lang#coffeescript](https://spacevim.org/layers/lang/coffeescript/) | |
| Crystal | [lang#crystal](https://spacevim.org/layers/lang/crystal/) | |
| [Chapel](https://github.com/chapel-lang/chapel) | [lang#chapel](https://spacevim.org/layers/lang/chapel/) | |
| D | [lang#d](https://spacevim.org/layers/lang/d/) | |
| Dart | [lang#dart](https://spacevim.org/layers/lang/dart/) | |
| DOS batch | [lang#batch](https://spacevim.org/layers/lang/batch/) | |
| Elixir | [lang#elixir](https://spacevim.org/layers/lang/elixir/) | |
| Languages | Layer page | Help |
| --------------------------------------------------------- | ------------------------------------------------------------------- | ---- |
| Agda | [lang#agda](https://spacevim.org/layers/lang/agda/) | |
| ActionScript | [lang#actionscript](https://spacevim.org/layers/lang/actionscript/) | |
| Assembly | lang#assemble | |
| AspectJ | [lang#asepctj](https://spacevim.org/layers/lang/aspectj/) | |
| AutoHotkey | [lang#autohotkey](https://spacevim.org/layers/lang/autohotkey/) | |
| Bash, Fish, zsh | [lang#sh](https://spacevim.org/layers/lang/sh/) | |
| C# | [lang#csharp](https://spacevim.org/layers/lang/csharp/) | |
| C/C++/Objective-C | [lang#c](https://spacevim.org/layers/lang/c/) | |
| Clojure | [lang#clojure](https://spacevim.org/layers/lang/clojure/) | |
| [CoffeeScript](https://github.com/jashkenas/coffeescript) | [lang#coffeescript](https://spacevim.org/layers/lang/coffeescript/) | |
| Crystal | [lang#crystal](https://spacevim.org/layers/lang/crystal/) | |
| [Chapel](https://github.com/chapel-lang/chapel) | [lang#chapel](https://spacevim.org/layers/lang/chapel/) | |
| D | [lang#d](https://spacevim.org/layers/lang/d/) | |
| Dart | [lang#dart](https://spacevim.org/layers/lang/dart/) | |
| DOS batch | [lang#batch](https://spacevim.org/layers/lang/batch/) | |
| Elixir | [lang#elixir](https://spacevim.org/layers/lang/elixir/) | |
| Eiffel | [lang#eiffel](https://spacevim.org/layers/lang/eiffel/) |
| Elm | [lang#elm](https://spacevim.org/layers/lang/elm/) | |
| erlang | [lang#erlang](https://spacevim.org/layers/lang/erlang/) | |
| F# | [lang#fsharp](https://spacevim.org/layers/lang/fsharp/) | |
| Factor | [lang#factor](https://spacevim.org/layers/lang/factor/) | |
| FoxPro | [lang#foxpro](https://spacevim.org/layers/lang/foxpro/) | |
| Fortran | [lang#fortran](https://spacevim.org/layers/lang/fortran/) | |
| Go | [lang#go](https://spacevim.org/layers/lang/go/) | |
| Goby | [lang#goby](https://spacevim.org/layers/lang/goby/) | |
| Gosu | [lang#gosu](https://spacevim.org/layers/lang/gosu/) | |
| graphql | [lang#graphql](https://spacevim.org/layers/lang/graphql/) | |
| Groovy | [lang#groovy](https://spacevim.org/layers/lang/groovy/) | |
| Hack | [lang#hack](https://spacevim.org/layers/lang/hack/) | |
| Haskell | [lang#haskell](https://spacevim.org/layers/lang/haskell/) | |
| html | [lang#html](https://spacevim.org/layers/lang/html/) | |
| PostScript | [lang#postscript](https://spacevim.org/layers/lang/postscript/) | |
| Hy | [lang#hy](https://spacevim.org/layers/lang/hy/) | |
| Idris | [lang#idris](https://spacevim.org/layers/lang/idris/) | |
| Io | [lang#io](https://spacevim.org/layers/lang/io/) | |
| ipynb | [lang#ipynb](https://spacevim.org/layers/lang/ipynb/) | |
| J | [lang#j](https://spacevim.org/layers/lang/j/) | |
| janet | [lang#janet](https://spacevim.org/layers/lang/janet/) | |
| Java | [lang#java](https://spacevim.org/layers/lang/java/) | |
| JavaScript | [lang#javascript](https://spacevim.org/layers/lang/javascript/) | |
| Julia | [lang#julia](https://spacevim.org/layers/lang/julia/) | |
| Kotlin | [lang#kotlin](https://spacevim.org/layers/lang/kotlin/) | |
| lasso | [lang#lasso](https://spacevim.org/layers/lang/lasso/) | |
| latex | [lang#latex](https://spacevim.org/layers/lang/latex/) | |
| Lisp | [lang#lisp](https://spacevim.org/layers/lang/lisp/) | |
| LiveScript | [lang#livescript](https://spacevim.org/layers/lang/livescript/) | |
| Lua | [lang#lua](https://spacevim.org/layers/lang/lua/) | |
| MoonScript | [lang#moonscript](https://spacevim.org/layers/lang/moonscript/) | |
| MATLAB | [lang#matlab](https://spacevim.org/layers/lang/matlab/) | |
| Nim | [lang#nim](https://spacevim.org/layers/lang/nim/) | |
| OCaml | [lang#ocaml](https://spacevim.org/layers/lang/ocaml/) | |
| Pascal | [lang#pascal](https://spacevim.org/layers/lang/pascal/) | |
| Perl | [lang#perl](https://spacevim.org/layers/lang/perl/) | |
| PHP | [lang#php](https://spacevim.org/layers/lang/php/) | |
| Pony | [lang#pony](https://spacevim.org/layers/lang/pony/) | |
| PowerShell | [lang#powershell](https://spacevim.org/layers/lang/powershell/) | |
| Processing | [lang#processing](https://spacevim.org/layers/lang/processing/) | |
| Prolog | [lang#prolog](https://spacevim.org/layers/lang/prolog/) | |
| PureScript | [lang#purescript](https://spacevim.org/layers/lang/purescript/) | |
| Python | [lang#python](https://spacevim.org/layers/lang/python/) | |
| R | [lang#r](https://spacevim.org/layers/lang/r/) | |
| Racket | [lang#racket](https://spacevim.org/layers/lang/racket/) | |
| Red | [lang#red](https://spacevim.org/layers/lang/red/) | |
| Ring | [lang#ring](https://spacevim.org/layers/lang/ring) | |
| Ruby | [lang#ruby](https://spacevim.org/layers/lang/ruby/) | |
| Reason | [lang#reason](https://spacevim.org/layers/lang/reason/) | |
| ReScript | [lang#rescript](https://spacevim.org/layers/lang/rescript/) | |
| Rust | [lang#rust](https://spacevim.org/layers/lang/rust/) | |
| Scala | [lang#scala](https://spacevim.org/layers/lang/scala/) | |
| Scheme | [lang#scheme](https://spacevim.org/layers/lang/scheme/) | |
| Solidity | lang#solidity | |
| SQL | lang#sql | |
| Swift | [lang#swift](https://spacevim.org/layers/lang/swift/) | |
| [Teal](https://github.com/teal-language/tl) | [lang#teal](https://spacevim.org/layers/lang/teal/) | |
| Tcl | [lang#tcl](https://spacevim.org/layers/lang/tcl/) | |
| TypeScript | [lang#typescript](https://spacevim.org/layers/lang/typescript/) | [opened issues](https://github.com/SpaceVim/SpaceVim/issues?q=is%3Aissue+is%3Aopen+label%3Alang%3ATypeScript) |
| Visual Basic .NET | [lang#vbnet](https://spacevim.org/layers/lang/vbnet/) | |
| zig | [lang#zig](https://spacevim.org/layers/lang/zig/) | |
| Elm | [lang#elm](https://spacevim.org/layers/lang/elm/) | |
| erlang | [lang#erlang](https://spacevim.org/layers/lang/erlang/) | |
| F# | [lang#fsharp](https://spacevim.org/layers/lang/fsharp/) | |
| Factor | [lang#factor](https://spacevim.org/layers/lang/factor/) | |
| FoxPro | [lang#foxpro](https://spacevim.org/layers/lang/foxpro/) | |
| Fortran | [lang#fortran](https://spacevim.org/layers/lang/fortran/) | |
| Go | [lang#go](https://spacevim.org/layers/lang/go/) | |
| Goby | [lang#goby](https://spacevim.org/layers/lang/goby/) | |
| Gosu | [lang#gosu](https://spacevim.org/layers/lang/gosu/) | |
| graphql | [lang#graphql](https://spacevim.org/layers/lang/graphql/) | |
| Groovy | [lang#groovy](https://spacevim.org/layers/lang/groovy/) | |
| Hack | [lang#hack](https://spacevim.org/layers/lang/hack/) | |
| Haskell | [lang#haskell](https://spacevim.org/layers/lang/haskell/) | |
| html | [lang#html](https://spacevim.org/layers/lang/html/) | |
| PostScript | [lang#postscript](https://spacevim.org/layers/lang/postscript/) | |
| Hy | [lang#hy](https://spacevim.org/layers/lang/hy/) | |
| Idris | [lang#idris](https://spacevim.org/layers/lang/idris/) | |
| Io | [lang#io](https://spacevim.org/layers/lang/io/) | |
| ipynb | [lang#ipynb](https://spacevim.org/layers/lang/ipynb/) | |
| J | [lang#j](https://spacevim.org/layers/lang/j/) | |
| janet | [lang#janet](https://spacevim.org/layers/lang/janet/) | |
| Java | [lang#java](https://spacevim.org/layers/lang/java/) | |
| JavaScript | [lang#javascript](https://spacevim.org/layers/lang/javascript/) | |
| Julia | [lang#julia](https://spacevim.org/layers/lang/julia/) | |
| Kotlin | [lang#kotlin](https://spacevim.org/layers/lang/kotlin/) | |
| lasso | [lang#lasso](https://spacevim.org/layers/lang/lasso/) | |
| latex | [lang#latex](https://spacevim.org/layers/lang/latex/) | |
| Lisp | [lang#lisp](https://spacevim.org/layers/lang/lisp/) | |
| LiveScript | [lang#livescript](https://spacevim.org/layers/lang/livescript/) | |
| Lua | [lang#lua](https://spacevim.org/layers/lang/lua/) | |
| MoonScript | [lang#moonscript](https://spacevim.org/layers/lang/moonscript/) | |
| MATLAB | [lang#matlab](https://spacevim.org/layers/lang/matlab/) | |
| Nim | [lang#nim](https://spacevim.org/layers/lang/nim/) | |
| OCaml | [lang#ocaml](https://spacevim.org/layers/lang/ocaml/) | |
| Pascal | [lang#pascal](https://spacevim.org/layers/lang/pascal/) | |
| Perl | [lang#perl](https://spacevim.org/layers/lang/perl/) | |
| PHP | [lang#php](https://spacevim.org/layers/lang/php/) | |
| Pony | [lang#pony](https://spacevim.org/layers/lang/pony/) | |
| PowerShell | [lang#powershell](https://spacevim.org/layers/lang/powershell/) | |
| Processing | [lang#processing](https://spacevim.org/layers/lang/processing/) | |
| Prolog | [lang#prolog](https://spacevim.org/layers/lang/prolog/) | |
| PureScript | [lang#purescript](https://spacevim.org/layers/lang/purescript/) | |
| Python | [lang#python](https://spacevim.org/layers/lang/python/) | |
| R | [lang#r](https://spacevim.org/layers/lang/r/) | |
| Racket | [lang#racket](https://spacevim.org/layers/lang/racket/) | |
| Red | [lang#red](https://spacevim.org/layers/lang/red/) | |
| Ring | [lang#ring](https://spacevim.org/layers/lang/ring) | |
| Ruby | [lang#ruby](https://spacevim.org/layers/lang/ruby/) | |
| Reason | [lang#reason](https://spacevim.org/layers/lang/reason/) | |
| ReScript | [lang#rescript](https://spacevim.org/layers/lang/rescript/) | |
| Rust | [lang#rust](https://spacevim.org/layers/lang/rust/) | |
| Scala | [lang#scala](https://spacevim.org/layers/lang/scala/) | |
| Scheme | [lang#scheme](https://spacevim.org/layers/lang/scheme/) | |
| Solidity | lang#solidity | |
| SQL | lang#sql | |
| Swift | [lang#swift](https://spacevim.org/layers/lang/swift/) | |
| [Teal](https://github.com/teal-language/tl) | [lang#teal](https://spacevim.org/layers/lang/teal/) | |
| Tcl | [lang#tcl](https://spacevim.org/layers/lang/tcl/) | |
| TypeScript | [lang#typescript](https://spacevim.org/layers/lang/typescript/) | |
| Visual Basic .NET | [lang#vbnet](https://spacevim.org/layers/lang/vbnet/) | |
| zig | [lang#zig](https://spacevim.org/layers/lang/zig/) | |
## Todos