Compare commits

..

1 commit

Author SHA1 Message Date
fe71c546c4
feat(nvim): add hunk.nvim plugin
Some checks failed
/ check (push) Failing after 9s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Has been skipped
/ build-vm (push) Has been skipped
/ report-size (push) Has been skipped
This should be a better diff editor for `jj`
2025-05-13 00:15:18 +02:00

View file

@ -139,7 +139,7 @@ in
{ {
extraPackages = [ (pkgs.python3.withPackages (p: [ p.jupytext ])) ]; extraPackages = [ (pkgs.python3.withPackages (p: [ p.jupytext ])) ];
plugins = { plugins = {
image.enable = lib.mkForce enableExceptInTests; image.enable = enableExceptInTests;
jupytext = { jupytext = {
enable = true; enable = true;
settings.custom_language_formatting.python = { settings.custom_language_formatting.python = {