mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 15:44:41 +02:00
docs: Create a markdown-it plugin
This commit is contained in:
parent
6665521525
commit
cab2a30ae1
12 changed files with 751 additions and 0 deletions
|
@ -55,6 +55,8 @@ in
|
|||
{
|
||||
inherit options-json;
|
||||
|
||||
gfm-alerts-to-admonitions = pkgs.python3.pkgs.callPackage ./gfm-alerts-to-admonitions { };
|
||||
|
||||
man-docs = pkgs.callPackage ./man { inherit options-json; };
|
||||
}
|
||||
// lib.optionalAttrs (!pkgs.stdenv.isDarwin) (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue