diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-01-02 15:18:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 15:18:18 -0800 |
commit | 3a519d86bf4d5ef3ff5623ad925ed856266d80de (patch) | |
tree | 29a2773d338367dec1e11f99c51baca88f513df7 | |
parent | a283a99165865e88ea8df366d1b2db290e9c637a (diff) | |
download | rneovim-3a519d86bf4d5ef3ff5623ad925ed856266d80de.tar.gz rneovim-3a519d86bf4d5ef3ff5623ad925ed856266d80de.tar.bz2 rneovim-3a519d86bf4d5ef3ff5623ad925ed856266d80de.zip |
docs: readme cleanup
- try to make the CI badge more reliable
- remove "snap" badge, it's too specific and doesn't show stats
- remove twitter link because it's already linked from
https://github.com/neovim and https://neovim.io/ , and it's not super
necessary in the readme.
-rw-r--r-- | README.md | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -1,22 +1,19 @@ <h1 align="center"> <img src="https://raw.githubusercontent.com/neovim/neovim.github.io/master/logos/neovim-logo-300x87.png" alt="Neovim"> -</h1> -[Documentation](https://neovim.io/doc/) | -[Chat](https://app.element.io/#/room/#neovim:matrix.org) | -[Twitter](https://twitter.com/Neovim) + <a href="https://neovim.io/doc/">Documentation</a> | + <a href="https://app.element.io/#/room/#neovim:matrix.org">Chat</a> +</h1> -[](https://github.com/neovim/neovim/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush) +[](https://github.com/neovim/neovim/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush) [](https://scan.coverity.com/projects/2227) [](https://neovim.io/doc/reports/clang) [](https://neovim.io/doc/reports/pvs/PVS-studio.html.d) - [](https://repology.org/metapackage/neovim) [](https://buildd.debian.org/neovim) [](https://github.com/neovim/neovim/releases/) -[](https://snapcraft.io/nvim) -Neovim is a project that seeks to aggressively refactor Vim in order to: +Neovim is a project that seeks to aggressively refactor [Vim](https://www.vim.org/) in order to: - Simplify maintenance and encourage [contributions](CONTRIBUTING.md) - Split the work between multiple developers |