mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
adjustements
This commit is contained in:
parent
b6e728a3a3
commit
38dc46f215
1 changed files with 2 additions and 2 deletions
|
@ -419,8 +419,8 @@ in {
|
||||||
# link the packpath in expected folder so that even unwrapped neovim can pick
|
# link the packpath in expected folder so that even unwrapped neovim can pick
|
||||||
# home-manager's plugins
|
# home-manager's plugins
|
||||||
xdg.dataFile = mkMerge (mapAttrsToList (name: val: {
|
xdg.dataFile = mkMerge (mapAttrsToList (name: val: {
|
||||||
"nvim/site" = {
|
"nvim/site/pack/hm-${name}" = {
|
||||||
source = pkgs.vimUtils.packDir neovimConfig.packpathDirs;
|
source = "${pkgs.neovimUtils.packDir packpathDirs}/pack/${name}";
|
||||||
};
|
};
|
||||||
}) neovimConfig.packpathDirs);
|
}) neovimConfig.packpathDirs);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue