mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins/languages/treesitter: add pkgs.gcc in extraPackages (#176)
This commit is contained in:
parent
baf702c03d
commit
7ee4ec70a4
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ in {
|
||||||
if cfg.nixGrammars
|
if cfg.nixGrammars
|
||||||
then [(cfg.package.withPlugins (_: cfg.grammarPackages))]
|
then [(cfg.package.withPlugins (_: cfg.grammarPackages))]
|
||||||
else [cfg.package];
|
else [cfg.package];
|
||||||
extraPackages = [pkgs.tree-sitter pkgs.nodejs];
|
extraPackages = [pkgs.tree-sitter pkgs.nodejs pkgs.gcc];
|
||||||
|
|
||||||
options = mkIf cfg.folding {
|
options = mkIf cfg.folding {
|
||||||
foldmethod = "expr";
|
foldmethod = "expr";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue