Skip to content

Commit

Permalink
ci: fix panvimdoc hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jul 19, 2024
1 parent 25ab941 commit 2e28079
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/rocks-treesitter.nvim.txt
Original file line number Diff line number Diff line change
@@ -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

<https://luarocks.org/modules/neorocks/rocks-treesitter.nvim>

Expand Down
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
Expand All @@ -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 {
Expand Down

0 comments on commit 2e28079

Please sign in to comment.