ensure plugins are exported in overlay

This commit is contained in:
iofq 2025-08-15 00:59:00 -05:00
parent 7165161856
commit ac26b74e43
5 changed files with 12 additions and 7 deletions

View file

@ -88,6 +88,6 @@
}
)
// {
overlays.default = neovim-overlay;
overlays.default = final: prev: (plugin-overlay final prev) // (neovim-overlay final prev);
};
}