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;
withPerl = true;
withPython3 = true;
extraPackages = with pkgs; [
gopls
tree-sitter
];
};
# noctalia = {
# enable = true;