treesitter: require nodejs

This commit is contained in:
Pedro Alves 2021-03-19 14:09:51 +00:00
parent 11922ace8d
commit 29c4274c66

View file

@ -85,7 +85,7 @@ in
end''; end'';
}]; }];
}; };
extraPackages = [ pkgs.tree-sitter ]; extraPackages = [ pkgs.tree-sitter pkgs.nodejs ];
options = mkIf cfg.folding { options = mkIf cfg.folding {
foldmethod = "expr"; foldmethod = "expr";