From 362f92f0bbfff078f70f99693edb0fe6ee93c2f2 Mon Sep 17 00:00:00 2001 From: Practicalli Engineering Date: Mon, 22 Jan 2024 21:07:16 +0000 Subject: [PATCH] intro: add :help news to features page Resolve #31 --- CHANGELOG.md | 1 + docs/introduction/features.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6764fcf..db287df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - install: neovim GitHub release install on MacOSX - basics: neovim registers guide - basics: creating a directory with telescope or commands +- intro: add :help news to features page ### Changed - ci: spell lychee & repository trufflehog linters warn only (false positives) diff --git a/docs/introduction/features.md b/docs/introduction/features.md index 270b24dd..36ed24f3 100644 --- a/docs/introduction/features.md +++ b/docs/introduction/features.md @@ -1,5 +1,18 @@ # Neovim features +!!! INFO "Neovim News for new developments" + Keep up to date with new features within Neovim + + ```shell + :help news.txt + ``` + Use the version name to view specific features of a release + ```shell + :help news-0.9.5.txt + ``` + +## Neovim features for development + A clean UI provides for a distraction free development experience, with only the essential information presented in the Neovim statusline or inline with the code * [Conjure](#conjure) - automatic Clojure REPL connection, evaluation, test runners