nix-community.nixvim/docs/mdbook/SUMMARY.md
traxys 9cd3721adf
standalone: Allow to extend a standalone derivation with a new module (#1142)
This adds the `nixvimExtend` attribute to the generated standalone
derivation, this attribute takes a module as an argument and returns a
new standalone derivation with the initial module & the extended module
merged together.
2024-02-22 08:22:21 +01:00

18 lines
299 B
Markdown

# Structure for nixvim docs
# User guide
- [Installation](./user-guide/install.md)
- [Helpers](./user-guide/helpers.md)
- [Extending a standalone configuration](./user-guide/extending-config.md)
- [FAQ](./user-guide/faq.md)
# Options
@NIXVIM_OPTIONS@
#
---
[Contributing](./CONTRIBUTING.md)