plugins/git: move to by-name

This commit is contained in:
Matt Sturgeon 2024-09-05 02:39:54 +01:00
parent d016b139fc
commit 2a91b89445
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
29 changed files with 0 additions and 15 deletions

View file

@ -1,36 +0,0 @@
{
empty = {
plugins.git-worktree.enable = true;
};
telescopeEnabled = {
plugins.telescope = {
enable = true;
};
plugins.git-worktree = {
enable = true;
enableTelescope = true;
changeDirectoryCommand = "tcd";
updateOnChange = true;
updateOnChangeCommand = "e .";
clearJumpsOnChange = true;
};
};
telescopeDisabled = {
plugins.git-worktree = {
enable = true;
enableTelescope = false;
};
};
no-packages = {
plugins.git-worktree = {
enable = true;
gitPackage = null;
};
};
}