gerg: switch to new repo

This commit is contained in:
Gerg-L 2024-07-13 23:25:54 -04:00
commit 0a7f6eb104
No known key found for this signature in database
3 changed files with 18 additions and 26 deletions

View file

@ -98,7 +98,7 @@ inputs: {
# Wrap the user's desired (unwrapped) Neovim package with arguments that'll be used to
# generate a wrapped Neovim package.
neovim-wrapped = inputs.neovim-wrapper.legacyPackages.${pkgs.stdenv.system}.neovimWrapper {
neovim-wrapped = inputs.mnw.lib.wrap pkgs {
neovim = vimOptions.package;
plugins = concatLists [builtStartPlugins builtOptPlugins];
appName = "nvf";