Merge pull request #1026 from gabyx/patch-2

docs: missing `with` in `treesitter.nix`
This commit is contained in:
raf 2025-07-20 14:30:15 +03:00 committed by GitHub
commit 0218bbd6f0
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
];