add extra packages to neovim install

This commit is contained in:
2026-08-20 14:12:53 -05:00
parent e9c8dfe196
commit a0239eb5a9

View File

@@ -245,6 +245,10 @@
withNodeJs = true; withNodeJs = true;
withPerl = true; withPerl = true;
withPython3 = true; withPython3 = true;
extraPackages = with pkgs; [
gopls
tree-sitter
];
}; };
# noctalia = { # noctalia = {
# enable = true; # enable = true;
@@ -774,4 +778,4 @@
# }; # };
# }; # };
# }; # };
} }