From 2e2807964ee954e86639a0c90be57de09821d642 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Fri, 19 Jul 2024 10:12:00 +0200 Subject: [PATCH] ci: fix panvimdoc hook --- doc/rocks-treesitter.nvim.txt | 4 +++- flake.nix | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/rocks-treesitter.nvim.txt b/doc/rocks-treesitter.nvim.txt index b28d46a..27e6ed8 100644 --- a/doc/rocks-treesitter.nvim.txt +++ b/doc/rocks-treesitter.nvim.txt @@ -1,4 +1,6 @@ -*rocks-treesitter.nvim.txt* For Last change: 2024 July 18 +*rocks-treesitter.nvim.txt* A `just works` tree-sitter setup for rocks.nvim! + +Topics diff --git a/flake.nix b/flake.nix index 375e02a..010b119 100644 --- a/flake.nix +++ b/flake.nix @@ -86,7 +86,7 @@ panvimdoc = { enable = true; name = "panvimdoc"; - entry = "${pkgs.panvimdoc}/bin/panvimdoc --project-name rocks-treesitter.nvim --toc false --treesitter true --demojify true --input-file"; + entry = "${pkgs.panvimdoc}/bin/panvimdoc --project-name rocks-treesitter.nvim --toc false --treesitter true --demojify true --description ' A `just works` tree-sitter setup for rocks.nvim!' --input-file"; files = "README.md"; }; }; @@ -102,6 +102,8 @@ self.checks.${system}.pre-commit-check.enabledPackages ++ (with pkgs; [ (lua5_1.withPackages (ps: with ps; [luarocks dkjson])) + lua-language-server + panvimdoc ]); }; in {