mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-07 17:43:21 +00:00
docs/readme: mention home-baked module options
Some checks failed
Check for typos in the source tree / check-typos (push) Has been cancelled
Some checks failed
Check for typos in the source tree / check-typos (push) Has been cancelled
This commit is contained in:
parent
b3154b6da7
commit
328b309af1
1 changed files with 7 additions and 6 deletions
13
.github/README.md
vendored
13
.github/README.md
vendored
|
@ -86,18 +86,19 @@
|
||||||
can do just that, no unnecessary restrictions.
|
can do just that, no unnecessary restrictions.
|
||||||
- Lazyloading 💤? We got it! Lazyload both internal and external plugins at
|
- Lazyloading 💤? We got it! Lazyload both internal and external plugins at
|
||||||
will.
|
will.
|
||||||
- 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. Inputs, npins, nixpkgs... You name it.
|
|
||||||
- nvf allows _ordering configuration bits_ using [DAG] (_Directed acyclic
|
- nvf allows _ordering configuration bits_ using [DAG] (_Directed acyclic
|
||||||
graph_)s. It has never been easier to construct an editor configuration
|
graph_)s. It has never been easier to construct an editor configuration
|
||||||
deterministically!
|
deterministically!
|
||||||
|
- 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. Inputs, npins, nixpkgs... You name it.
|
||||||
|
- Add your own modules, with ease. It's all built-in!
|
||||||
- **Well-documented**: Documentation is priority. You will _never_ face
|
- **Well-documented**: Documentation is priority. You will _never_ face
|
||||||
undocumented, obscure behaviour.
|
undocumented, obscure behaviour.
|
||||||
- Changes, breaking or otherwise, will be communicated in the [release notes]
|
- Changes, breaking or otherwise, will be communicated in the [release notes]
|
||||||
- Refer to the [FAQ section] for answers to common questions. Your question
|
- Refer to the [FAQ section] for answers to common questions.
|
||||||
not there? Head to the to the [discussions tab]!
|
- Your question not there? Head to the to the [discussions tab]!
|
||||||
- **Idiomatic**: nvf does things ✨ _the right way_ ✨ - the codebase is, and
|
- **Idiomatic**: nvf does things ✨ _the right way_ ✨ - the codebase is, and
|
||||||
will, remain maintainable for myself and any contributors.
|
will, remain maintainable for myself and any contributors.
|
||||||
- **Community-Led**: we would like nvf to be fully capable of accomplishing what
|
- **Community-Led**: we would like nvf to be fully capable of accomplishing what
|
||||||
|
|
Loading…
Add table
Reference in a new issue