nix-community.nixvim/docs/mdbook/SUMMARY.md
traxys 6d1ef5864b
docs: Add a section on module specific options (#1355)
This commit only adds Home-Manager specific options, we should add
sections for the different kind of modules too.

This is _not_ added to the man docs, as it is more complex. If need
arises we could look into how to do it.
2024-03-30 14:52:32 +01:00

22 lines
367 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)
# Module Specific Options
- [Home Manager Usage](./modules/hm.md)
# Options
@NIXVIM_OPTIONS@
#
---
[Contributing](./CONTRIBUTING.md)