mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins/git: move to by-name
This commit is contained in:
parent
d016b139fc
commit
2a91b89445
29 changed files with 0 additions and 15 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue