fmt: alejandra
This commit is contained in:
parent
a6a7676c4e
commit
537828c2e9
22 changed files with 124 additions and 168 deletions
|
@ -1,13 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
{...}: {
|
||||
plugins.gitsigns = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
mode = [ "n" "v" ];
|
||||
mode = ["n" "v"];
|
||||
key = "<leader>hs";
|
||||
action = "<cmd>Gitsigns stage_hunk<cr>";
|
||||
options = {
|
||||
|
@ -17,7 +15,7 @@
|
|||
}
|
||||
|
||||
{
|
||||
mode = [ "n" "v" ];
|
||||
mode = ["n" "v"];
|
||||
key = "<leader>hr";
|
||||
action = "<cmd>Gitsigns reset_hunk<cr>";
|
||||
options = {
|
||||
|
@ -107,4 +105,3 @@
|
|||
}
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue