mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
Merge pull request #1026 from gabyx/patch-2
docs: missing `with` in `treesitter.nix`
This commit is contained in:
commit
0218bbd6f0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in {
|
|||
type = listOf package;
|
||||
default = [];
|
||||
example = literalExpression ''
|
||||
pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
|
||||
with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
|
||||
regex
|
||||
kdl
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue