add extra packages to neovim install
This commit is contained in:
@@ -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 @@
|
|||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user