1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-28 08:34:02 +02:00

new badges

This commit is contained in:
Alex Plate 2020-05-20 23:08:47 +03:00
parent c6c3b6643e
commit f57af8bf9e
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F
2 changed files with 28 additions and 15 deletions

View File

@ -1,9 +1,4 @@
<div> [![TeamCity Build][teamcity-build-status-svg]][teamcity-build-status]
<a href="https://teamcity.jetbrains.com/viewType.html?buildTypeId=IdeaVim_TestsForIntelliJ20201&guest=1">
<img src="https://teamcity.jetbrains.com/app/rest/builds/buildType:(id:IdeaVim_TestsForIntelliJ20201)/statusIcon.svg?guest=1"/>
</a>
<span>2020.1 Tests</span>
</div>
### Where to Start ### Where to Start
@ -69,3 +64,8 @@ For example, take a few lines from your favorite poem, or use
3. Test your functionality properly. 3. Test your functionality properly.
Especially check whether your command works with: Especially check whether your command works with:
line start, line end, file start, file end, empty line, multiple carets, dollar motion, etc. line start, line end, file start, file end, empty line, multiple carets, dollar motion, etc.
<!-- Badges -->
[teamcity-build-status]: https://teamcity.jetbrains.com/viewType.html?buildTypeId=IdeaVim_TestsForIntelliJ20201&guest=1
[teamcity-build-status-svg]: https://teamcity.jetbrains.com/app/rest/builds/buildType:(id:IdeaVim_TestsForIntelliJ20201)/statusIcon.svg?guest=1

View File

@ -3,14 +3,12 @@
IdeaVim IdeaVim
=== ===
<div> [![Official JetBrains Project][jb-official-svg]][jb-official]
<a href="https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub"> [![Downloads][plugin-downloads-svg]][plugin-repo]
<img src="https://jb.gg/badges/official.svg" alt="official JetBrains project"/> [![Rating][plugin-rating-svg]][plugin-repo]
</a> [![Version][plugin-version-svg]][plugin-repo]
<a href="https://teamcity.jetbrains.com/viewType.html?buildTypeId=IdeaVim_TestsForIntelliJ20201&guest=1"> [![Gitter][gitter-svg]][gitter]
<img src="https://teamcity.jetbrains.com/app/rest/builds/buildType:(id:IdeaVim_TestsForIntelliJ20201)/statusIcon.svg?guest=1" alt="TeamCity Build"/> [![Twitter][twitter-svg]][twitter]
</a>
</div>
IdeaVim is a Vim emulation plugin for IDEs based on the IntelliJ Platform. IdeaVim is a Vim emulation plugin for IDEs based on the IntelliJ Platform.
IdeaVim can be used with IntelliJ IDEA, PyCharm, CLion, PhpStorm, WebStorm, IdeaVim can be used with IntelliJ IDEA, PyCharm, CLion, PhpStorm, WebStorm,
@ -24,7 +22,6 @@ Resources:
* [Continuous integration builds](https://teamcity.jetbrains.com/project.html?projectId=IdeaVim&guest=1) * [Continuous integration builds](https://teamcity.jetbrains.com/project.html?projectId=IdeaVim&guest=1)
* [@IdeaVim](https://twitter.com/ideavim) in Twitter * [@IdeaVim](https://twitter.com/ideavim) in Twitter
Setup Setup
------------ ------------
@ -192,3 +189,19 @@ License
IdeaVim is licensed under the terms of the GNU Public License version 2 IdeaVim is licensed under the terms of the GNU Public License version 2
or any later version. or any later version.
<!-- Badges -->
[jb-official]: https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub
[jb-official-svg]: https://jb.gg/badges/official.svg
[plugin-repo]: https://plugins.jetbrains.com/plugin/164-ideavim
[plugin-downloads-svg]: http://img.shields.io/jetbrains/plugin/d/IdeaVIM
[plugin-rating-svg]: http://img.shields.io/jetbrains/plugin/r/rating/IdeaVIM
[plugin-version-svg]: https://img.shields.io/jetbrains/plugin/v/ideavim?label=version
[gitter-svg]: https://badges.gitter.im/JetBrains/ideavim.svg
[gitter]: https://gitter.im/JetBrains/ideavim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[twitter]: https://twitter.com/ideavim
[twitter-svg]: https://img.shields.io/twitter/follow/ideavim?label=twitter%20%40ideavim