mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-02 17:15:01 +02:00
docs: Move standalone usage to modules section
This commit is contained in:
parent
db6b61f117
commit
87df94dcbd
3 changed files with 15 additions and 5 deletions
|
@ -34,11 +34,11 @@
|
|||
cat \
|
||||
${./nixvim-header-start.5} \
|
||||
${mkMDSection ../user-guide/helpers.md} \
|
||||
${mkMDSection ../user-guide/extending-config.md} \
|
||||
${mkMDSection ../user-guide/faq.md} \
|
||||
${./nixvim-header-end.5} \
|
||||
>$out/nixvim-header.5
|
||||
'';
|
||||
# FIXME add platform specific docs to manpage
|
||||
in
|
||||
runCommand "nixvim-configuration-reference-manpage" {
|
||||
nativeBuildInputs = [installShellFiles nixos-render-docs];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue