mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 00:45:17 -06:00
ensure plugins are exported in overlay
This commit is contained in:
parent
7165161856
commit
ac26b74e43
5 changed files with 12 additions and 7 deletions
|
|
@ -88,6 +88,6 @@
|
|||
}
|
||||
)
|
||||
// {
|
||||
overlays.default = neovim-overlay;
|
||||
overlays.default = final: prev: (plugin-overlay final prev) // (neovim-overlay final prev);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue