mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
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.
18 lines
299 B
Markdown
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)
|