mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
doc
This commit is contained in:
parent
3a54ce5a73
commit
8fb7972517
24
README.md
24
README.md
@ -1,20 +1,24 @@
|
|||||||
![Neovim](https://raw.githubusercontent.com/neovim/neovim.github.io/master/logos/neovim-logo.png)
|
[![Neovim](https://raw.githubusercontent.com/neovim/neovim.github.io/master/logos/neovim-logo.png)](https://neovim.io)
|
||||||
|
|
||||||
[Website] | [Community] | [Wiki] | [Documentation] | [Mailing List] | [Twitter] | [Bountysource]
|
[Wiki](https://github.com/neovim/neovim/wiki) |
|
||||||
|
[Documentation](https://neovim.io/doc) |
|
||||||
|
[Twitter](https://twitter.com/Neovim) |
|
||||||
|
[Community](https://neovim.io/community/) |
|
||||||
|
[![Gitter chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/neovim/neovim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
[![Travis Build Status](https://travis-ci.org/neovim/neovim.svg?branch=master)](https://travis-ci.org/neovim/neovim)
|
[![Travis Build Status](https://travis-ci.org/neovim/neovim.svg?branch=master)](https://travis-ci.org/neovim/neovim)
|
||||||
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/cf1jwc29198748we/branch/master?svg=true)](https://ci.appveyor.com/project/neovim/neovim/branch/master)
|
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/cf1jwc29198748we/branch/master?svg=true)](https://ci.appveyor.com/project/neovim/neovim/branch/master)
|
||||||
[![Pull requests waiting for review](https://badge.waffle.io/neovim/neovim.svg?label=RFC&title=RFCs)](https://waffle.io/neovim/neovim)
|
[![Pull requests waiting for review](https://badge.waffle.io/neovim/neovim.svg?label=RFC&title=RFCs)](https://waffle.io/neovim/neovim)
|
||||||
[![Coverage Status](https://img.shields.io/coveralls/neovim/neovim.svg)](https://coveralls.io/r/neovim/neovim)
|
[![Coverage Status](https://img.shields.io/coveralls/neovim/neovim.svg)](https://coveralls.io/r/neovim/neovim)
|
||||||
[![Coverity Scan Build](https://scan.coverity.com/projects/2227/badge.svg)](https://scan.coverity.com/projects/2227)
|
[![Coverity Scan Build](https://scan.coverity.com/projects/2227/badge.svg)](https://scan.coverity.com/projects/2227)
|
||||||
[![Clang Scan Build](http://neovim.io/doc/reports/clang/badge.svg)](http://neovim.io/doc/reports/clang)
|
[![Clang Scan Build](https://neovim.io/doc/reports/clang/badge.svg)](https://neovim.io/doc/reports/clang)
|
||||||
[![Gitter chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/neovim/neovim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[![Debian package build](https://www.debian.org/logos/openlogo-25.png)](https://buildd.debian.org/neovim)
|
||||||
|
|
||||||
Neovim is a project that seeks to aggressively refactor Vim in order to:
|
Neovim is a project that seeks to aggressively refactor Vim in order to:
|
||||||
|
|
||||||
- Simplify maintenance and encourage [contributions](CONTRIBUTING.md)
|
- Simplify maintenance and encourage [contributions](CONTRIBUTING.md)
|
||||||
- Split the work between multiple developers
|
- Split the work between multiple developers
|
||||||
- Enable the implementation of new/modern UIs without modifications to the core
|
- Enable advanced [external UIs] without modifications to the core
|
||||||
- Improve extensibility with a new [plugin architecture](https://github.com/neovim/neovim/wiki/Plugin-UI-architecture)
|
- Improve extensibility with a new [plugin architecture](https://github.com/neovim/neovim/wiki/Plugin-UI-architecture)
|
||||||
|
|
||||||
For more details, see
|
For more details, see
|
||||||
@ -45,7 +49,7 @@ See the [Roadmap].
|
|||||||
How do I get it?
|
How do I get it?
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
There is a formula for OSX/homebrew, a PKGBUILD for Arch Linux, RPM, deb, and
|
There is a Debian package, homebrew formula, PKGBUILD for Arch Linux, RPM, and
|
||||||
more. See [the wiki](https://github.com/neovim/neovim/wiki/Installing-Neovim)!
|
more. See [the wiki](https://github.com/neovim/neovim/wiki/Installing-Neovim)!
|
||||||
|
|
||||||
License
|
License
|
||||||
@ -74,15 +78,9 @@ See `LICENSE` for details.
|
|||||||
You can also sponsor the development of Vim. Vim sponsors can vote for
|
You can also sponsor the development of Vim. Vim sponsors can vote for
|
||||||
features. The money goes to Uganda anyway.
|
features. The money goes to Uganda anyway.
|
||||||
|
|
||||||
[Website]: http://neovim.io
|
|
||||||
[Community]: http://neovim.io/community/
|
|
||||||
[Wiki]: https://github.com/neovim/neovim/wiki
|
|
||||||
[Documentation]: http://neovim.io/doc
|
|
||||||
[Mailing List]: https://groups.google.com/forum/#!forum/neovim
|
|
||||||
[Twitter]: http://twitter.com/Neovim
|
|
||||||
[Bountysource]: https://www.bountysource.com/teams/neovim
|
|
||||||
[license-commit]: https://github.com/neovim/neovim/commit/b17d9691a24099c9210289f16afb1a498a89d803
|
[license-commit]: https://github.com/neovim/neovim/commit/b17d9691a24099c9210289f16afb1a498a89d803
|
||||||
[nvim-features]: https://neovim.io/doc/user/vim_diff.html#nvim-features
|
[nvim-features]: https://neovim.io/doc/user/vim_diff.html#nvim-features
|
||||||
[Roadmap]: https://neovim.io/roadmap/
|
[Roadmap]: https://neovim.io/roadmap/
|
||||||
|
[external UIs]: https://github.com/neovim/neovim/wiki/Related-projects#gui-projects
|
||||||
|
|
||||||
<!-- vim: set tw=80: -->
|
<!-- vim: set tw=80: -->
|
||||||
|
@ -41,3 +41,4 @@ Options ~
|
|||||||
*'vi'*
|
*'vi'*
|
||||||
*'viminfo'* Deprecated alias to 'shada' option.
|
*'viminfo'* Deprecated alias to 'shada' option.
|
||||||
|
|
||||||
|
vim:tw=78:ts=8:ft=help:norl:
|
||||||
|
Loading…
Reference in New Issue
Block a user