File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222 in linkFarm name ( map mkEntryFromDrv drvs ) ;
2323
2424 grammarMatcher = yes : builtins . filter ( drv : let
25- # NOTE: matches if pkgs.neovimUtils.grammarToPlugin was called on it.
25+ # NOTE: matches if pkgs.neovimUtils.grammarToPlugin or buildQueries from
26+ # pkgs/applications/editors/vim/plugins/nvim-treesitter/overrides.nix was called on it.
2627 # This only matters for collate_grammars setting and the lazy.nvim wrapper.
27- cond = ( builtins . match "^vimplugin-treesitter-grammar-.*" "${ lib . getName drv } " ) != null ;
28+ cond = ( builtins . match "^vimplugin-(nvim-)? treesitter-( grammar|queries) -.*" "${ lib . getName drv } " ) != null ;
2829 match = if yes then cond else ! cond ;
2930 in
3031 if drv ? outPath then match else ! yes ) ;
You can’t perform that action at this time.
0 commit comments