Skip to content

Commit

Permalink
docs/README: mention DAGs in features section
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Feb 5, 2025
1 parent 7443f0a commit 3843e14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
[Contribute]: #contributing
[FAQ]: #frequently-asked-questions
[Credits]: #credits
[License]: #license

**[<kbd><br> Features <br></kbd>][Features]**
**[<kbd><br> Get Started <br></kbd>][Get Started]**
Expand All @@ -70,6 +71,7 @@
[release notes]: https://notashelf.github.io/nvf/release-notes.html
[discussions tab]: https://github.com/notashelf/nvf/discussions
[FAQ section]: #frequently-asked-questions
[DAG]: https://en.wikipedia.org/wiki/Directed_acyclic_graph

- **Simple**: One language to rule them all! Use Nix to configure everything,
with optional Lua support for robust configurability!
Expand All @@ -87,7 +89,10 @@
- nvf exposes everything you need to avoid a vendor lock-in. Which means you
can add new modules, plugins and so on without relying on us adding a module
for them! Though, of course, feel free to request them.
- Use plugins from anywhere.
- Use plugins from anywhere. Inputs, npins, nixpkgs... You name it.
- nvf allows _ordering configuration bits_ using [DAG] (_Directed acyclic
graph_)s. It has never been easier to construct an editor configuration
deterministically!
- **Well-documented**: Documentation is priority. You will _never_ face
undocumented, obscure behaviour.
- Changes, breaking or otherwise, will be communicated in the [release notes]
Expand Down

0 comments on commit 3843e14

Please sign in to comment.