mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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'';
|
||||
}];
|
||||
};
|
||||
extraPackages = [ pkgs.tree-sitter ];
|
||||
extraPackages = [ pkgs.tree-sitter pkgs.nodejs ];
|
||||
|
||||
options = mkIf cfg.folding {
|
||||
foldmethod = "expr";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue