mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
docs: fix documentation generation
This commit is contained in:
parent
5f67918bae
commit
dd9ec124a2
41 changed files with 55 additions and 552 deletions
|
@ -1,5 +1,8 @@
|
|||
{ config, lib, helpers, ... }:
|
||||
{ config, lib, ... }:
|
||||
with lib;
|
||||
let
|
||||
helpers = import ../plugins/helpers.nix { inherit lib; };
|
||||
in
|
||||
{
|
||||
options = {
|
||||
options = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue