mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 00:45:17 -06:00
fix deprecated packpathDirs in upstream mkNeovimConfig
This commit is contained in:
parent
1caac6ea4b
commit
85b85bec8a
1 changed files with 5 additions and 1 deletions
|
|
@ -66,6 +66,10 @@ with lib;
|
|||
plugins = normalizedPlugins;
|
||||
};
|
||||
|
||||
packDir = pkgs.neovimUtils.packDir({
|
||||
myNeovimPackages = pkgs.neovimUtils.normalizedPluginsToVimPackage normalizedPlugins;
|
||||
});
|
||||
|
||||
# This uses the ignoreConfigRegexes list to filter
|
||||
# the nvim directory
|
||||
nvimRtpSrc = let
|
||||
|
|
@ -120,7 +124,7 @@ with lib;
|
|||
},
|
||||
},
|
||||
dev = {
|
||||
path = "${pkgs.neovimUtils.packDir neovimConfig.packpathDirs}/pack/myNeovimPackages/start",
|
||||
path = "${packDir}/pack/myNeovimPackages/start",
|
||||
patterns = {""},
|
||||
},
|
||||
checker = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue