init
This commit is contained in:
commit
1e2ca5a6fc
71 changed files with 3330 additions and 0 deletions
24
config/plugins/git-conflict.nix
Normal file
24
config/plugins/git-conflict.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
plugins = {
|
||||
git-conflict = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default_commands = true;
|
||||
default_mappings = {
|
||||
both = "<leader>Gb";
|
||||
next = "<leader>Gn";
|
||||
none = "<leader>G0";
|
||||
ours = "<leader>Go";
|
||||
prev = "<leader>Gp";
|
||||
theirs = "<leader>Gt";
|
||||
};
|
||||
disable_diagnostics = false;
|
||||
highlights = {
|
||||
current = "DiffText";
|
||||
incoming = "DiffAdd";
|
||||
};
|
||||
list_opener = "copen";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue