mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +02:00
treesitter: require nodejs
This commit is contained in:
parent
11922ace8d
commit
29c4274c66
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue