mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -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;
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue