Skip to content

Commit

Permalink
intro: add :help news to features page
Browse files Browse the repository at this point in the history
Resolve #31
practicalli-johnny committed Jan 22, 2024
1 parent 765ac69 commit 362f92f
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
13 changes: 13 additions & 0 deletions docs/introduction/features.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 362f92f

Please sign in to comment.