1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-25 02:10:58 +01:00

docs/modules: init

Modules to represent pages in the docs
This commit is contained in:
Matt Sturgeon 2025-05-20 04:16:40 +01:00
parent 9faa339d9e
commit 4414d8aa14
6 changed files with 309 additions and 187 deletions

View file

@ -12,7 +12,8 @@ let
../user-guide/faq.md
../user-guide/config-examples.md
]
++ lib.mapAttrsToList (name: file: "${lib-docs}/${file}") lib-docs.pages;
++ lib-docs.pages;
manHeader =
runCommand "nixvim-general-doc-manpage"
{