mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 00:04:33 +02:00
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.
22 lines
367 B
Markdown
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)
|