mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-29 23:25:37 +02:00
treewide: format with new treefmt
This commit is contained in:
parent
c61851aff7
commit
8529f1c86b
34 changed files with 688 additions and 702 deletions
|
@ -11,7 +11,8 @@ let
|
|||
markdownSections = [
|
||||
../user-guide/faq.md
|
||||
../user-guide/config-examples.md
|
||||
] ++ lib.mapAttrsToList (name: file: "${lib-docs}/${file}") lib-docs.pages;
|
||||
]
|
||||
++ lib.mapAttrsToList (name: file: "${lib-docs}/${file}") lib-docs.pages;
|
||||
manHeader =
|
||||
runCommand "nixvim-general-doc-manpage"
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue