diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-10-08 17:49:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-08 17:49:09 +0200 |
commit | 93117b358778487d85665035b6a95976eee70d9c (patch) | |
tree | 5d5c90eac04faee27eb25b463ce485e797f131e1 /README.md | |
parent | b05e10ef7265c257be79e6888cbf87bb6ba86845 (diff) | |
download | rneovim-93117b358778487d85665035b6a95976eee70d9c.tar.gz rneovim-93117b358778487d85665035b6a95976eee70d9c.tar.bz2 rneovim-93117b358778487d85665035b6a95976eee70d9c.zip |
docs(news): add news.txt and link from README (#20426)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -39,7 +39,8 @@ Features - [XDG base directories](https://github.com/neovim/neovim/pull/3470) support - Compatible with most Vim plugins, including Ruby and Python plugins -See [`:help nvim-features`][nvim-features] for the full list! +See [`:help nvim-features`][nvim-features] for the full list, and `[:help +news][nvim-news]` for noteworthy changes in the latest version! Install from package -------------------- @@ -116,6 +117,7 @@ Apache 2.0 license, except for contributions copied from Vim (identified by the [license-commit]: https://github.com/neovim/neovim/commit/b17d9691a24099c9210289f16afb1a498a89d803 [nvim-features]: https://neovim.io/doc/user/vim_diff.html#nvim-features +[nvim-news]: https://neovim.io/doc/user/news.html [Roadmap]: https://neovim.io/roadmap/ [advanced UIs]: https://github.com/neovim/neovim/wiki/Related-projects#gui [Managed packages]: https://github.com/neovim/neovim/wiki/Installing-Neovim#install-from-package |