fix deprecated packpathDirs in upstream mkNeovimConfig

This commit is contained in:
iofq 2024-10-26 14:27:13 -05:00
parent 1caac6ea4b
commit 85b85bec8a

View file

@ -66,6 +66,10 @@ with lib;
plugins = normalizedPlugins; plugins = normalizedPlugins;
}; };
packDir = pkgs.neovimUtils.packDir({
myNeovimPackages = pkgs.neovimUtils.normalizedPluginsToVimPackage normalizedPlugins;
});
# This uses the ignoreConfigRegexes list to filter # This uses the ignoreConfigRegexes list to filter
# the nvim directory # the nvim directory
nvimRtpSrc = let nvimRtpSrc = let
@ -120,7 +124,7 @@ with lib;
}, },
}, },
dev = { dev = {
path = "${pkgs.neovimUtils.packDir neovimConfig.packpathDirs}/pack/myNeovimPackages/start", path = "${packDir}/pack/myNeovimPackages/start",
patterns = {""}, patterns = {""},
}, },
checker = { checker = {