mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +02:00
plugins/packer: use gitPackage
This commit is contained in:
parent
4fe95d4502
commit
710f3472ec
2 changed files with 14 additions and 1 deletions
|
@ -135,4 +135,11 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.packer = {
|
||||
enable = true;
|
||||
gitPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue