Compare commits

...

1 commit

Author SHA1 Message Date
fe00695bde
feat(nvim): add hunk.nvim plugin
Some checks are pending
/ check (push) Successful in 9s
/ check-renovaterc (push) Successful in 2s
/ build-packages (push) Successful in 14s
/ build-vm (push) Waiting to run
/ report-size (push) Blocked by required conditions
This should be a better diff editor for `jj`
2025-05-13 00:26:36 +02:00

View file

@ -174,6 +174,7 @@ in
mode = "virtualtext"; mode = "virtualtext";
}; };
}; };
hunk.enable = true;
otter.enable = true; otter.enable = true;
}; };
} }