Compare commits
1 commit
f0721c20b5
...
cf335569c2
Author | SHA1 | Date | |
---|---|---|---|
cf335569c2 |
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ in
|
||||||
package = pkgs.unstable.jujutsu;
|
package = pkgs.unstable.jujutsu;
|
||||||
settings = {
|
settings = {
|
||||||
ui.pager = "bat";
|
ui.pager = "bat";
|
||||||
fix.tools = builtins.mapAttrs (tool: cmd: jjFormatters.${tool} cmd) nvimFormatters;
|
fix.tools = builtins.mapAttrs (tool: cmd: jjFormatters.${tool} cmd) nvimFmt;
|
||||||
# mimic git commit --verbose by adding a diff
|
# mimic git commit --verbose by adding a diff
|
||||||
templates.draft_commit_description = ''
|
templates.draft_commit_description = ''
|
||||||
concat(
|
concat(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue