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

Update readme (#4282)

This commit is contained in:
Wang Shidong 2021-06-06 15:16:47 +08:00 committed by GitHub
parent 2446f60f98
commit 40f667d62c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 3 additions and 168 deletions

View File

@ -1,15 +0,0 @@
<!-- 没有环境信息的 issue 将被自动关闭 -->
## 问题描述
## 重现步骤
## Debug 信息
<!-- 请按下 `SPC h I`,获取 debug 信息,并复制到 issue 内。 -->
## 截图
<!-- 如果有相关截图,可以在下面附上截图,你可以使用 https://asciinema.org/ 录制终端视频 -->
<!-- 如果你是想要 SpaceVim 提供某种新的特性,请将删除这些模板内容 -->

View File

@ -1,31 +0,0 @@
<!-- Following this template is mandatory to open an issue. Please use English -->
## Describe the behavior that you expect from SpaceVim
**[This is a mandatory section]**
If possible, in addition to the description, please also provide a link to the relevant SpaceVim documentation that describes the expected behaviour/feature.
## Describe the problem
**[This is a mandatory section]**
Please describe the observed problem in simple and clear terms.
## Describe steps to reproduce the problem
**[This is a mandatory section]**
Please list all the steps from the point the Vim session was started until the problem was observed, in simple and clear terms.
## Provide debug information from SpaceVim
**[This is a mandatory section]**
From within SpaceVim, please tap the following in order: `SPC h I` (ie: tap `space`, then tap the `h` key and finally tap the `I` key (uppercase)). This will make SpaceVim print out a lot of debug information and also copy it to the clipboard. Please paste this debug information below in entirety.
## If needed, provide Screenshots and/or Video captures
Ideally, please use asciinema for video captures. See https://asciinema.org/.
<!-- Please do not use this issue template when requesting a feature -->

View File

@ -1,24 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
<!-- 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 <kbd>SPC h I</kbd>, 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.
<!-- please remove the issue template when request for a feature -->

View File

@ -1,20 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@ -1,23 +0,0 @@
---
name: New Programming Language support
about: Request for new programming language support
title: ''
labels: new layer
assignees: ''
---
**What is language?**
**Which platform does the language support?**
- [ ] Linux
- [ ] MacOS
- [ ] Windows
**Any suggest vim plugins for this language?**
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@ -4,15 +4,13 @@
[Community](https://spacevim.org/community/) \|
[Sponsors](https://spacevim.org/sponsors/) \|
[Twitter](https://twitter.com/SpaceVim) \|
[Gitter **Chat**](https://gitter.im/SpaceVim/SpaceVim) \|
[中文官网](https://spacevim.org/cn/)
[![Gitter](https://badges.gitter.im/SpaceVim/SpaceVim.svg)](https://gitter.im/SpaceVim/SpaceVim)
[![build](https://github.com/SpaceVim/SpaceVim/workflows/build/badge.svg)](https://github.com/SpaceVim/SpaceVim/actions?query=workflow%3Abuild)
[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master/graph/badge.svg?token=jVQLVETbAI)](https://codecov.io/gh/SpaceVim/SpaceVim)
[![Docker Build Status](https://img.shields.io/docker/build/spacevim/spacevim.svg)](https://hub.docker.com/r/spacevim/spacevim/)
![Version](https://img.shields.io/badge/version-1.7.0--dev-8700FF.svg)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](LICENSE)
[![Version](https://img.shields.io/badge/version-1.7.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
[![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg)](doc/SpaceVim.txt)
![welcome page](https://user-images.githubusercontent.com/13142418/103414298-5e1da980-4bb8-11eb-96bc-b2e118f672b5.png)

View File

@ -1,22 +0,0 @@
comment: off
codecov:
branch: master
coverage:
status:
patch:
default: false
project:
default: false # disable the default status that measures entire project
api: # declare a new status context "api"
target: 1% # we always want 35% coverage here
paths:
- "autoload/SpaceVim/api/" # only include coverage in "autoload/SpaceVim/api/" folder
plugins: # declare a new status context "api"
target: 1% # we always want 35% coverage here
paths:
- "autoload/SpaceVim/plugins/" # only include coverage in "autoload/SpaceVim/api/" folder
all: # declare a new status context "all"
target: 1% # we always want 35% coverage here
paths:
- "!tests/" # remove all files in "tests/"
- "!bundle/" # remove all files in "tests/"

View File

@ -5,7 +5,6 @@ description: "SpaceVim is a community-driven vim distribution that seeks to prov
[![Gitter](https://badges.gitter.im/SpaceVim/SpaceVim.svg)](https://gitter.im/SpaceVim/SpaceVim)
[![build](https://github.com/SpaceVim/SpaceVim/workflows/build/badge.svg)](https://github.com/SpaceVim/SpaceVim/actions?query=workflow%3Abuild)
[![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master/graph/badge.svg?token=jVQLVETbAI)](https://codecov.io/gh/SpaceVim/SpaceVim)
[![Version](https://img.shields.io/badge/version-1.7.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases)
[![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)

View File

@ -1,10 +0,0 @@
## About SpaceVim
SpaceVim is a community-driven modular Vim distribution. It manages collections
of plugins in layers, which help to collect related packages together to provide IDE-like features.
SpaceVim is not just a vimrc but an ultimate Vim configuration, It contains many built-in features.
![welcome-page](https://user-images.githubusercontent.com/13142418/80494420-3925c680-8999-11ea-9652-21e1e5564148.png)
The last release is v1.4.0, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release.

View File

@ -1,17 +0,0 @@
### SpaceVim
A community-driven vim distribution
[Introduction](https://spacevim.org/)
[Community](https://spacevim.org/community/)
[FAQ](https://github.com/SpaceVim/SpaceVim/wiki/FAQ)
[Layers](https://spacevim.org/layers/)
**Users**
[Install](https://github.com/SpaceVim/SpaceVim/wiki/Installing-SpaceVim)
[Docs](http://spacevim.org/documentation/)
**Developers**
[Contribute](https://spacevim.org/development/)
[Tips & Tools](https://github.com/SpaceVim/SpaceVim/wiki/Development-tips)
[Code style](http://spacevim.org/conventions/)