docs: missing with in treesitter.nix

This commit is contained in:
Gabriel Nützi 2025-07-20 13:12:28 +02:00 committed by GitHub
commit a1dcd935b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ in {
type = listOf package;
default = [];
example = literalExpression ''
pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
regex
kdl
];