dotfiles

feat(jj): what did I done

+1 -1
+1 -1
jj/config.toml
··· 1 1 "$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json" 2 2 3 3 [ui] 4 - default-command = "log" 4 + default-command = ["log", "--no-pager"] 5 5 # diff-editor = ["nvim", "-c", "DiffEditor $left $right $output"] 6 6 # merge-editor = "vimdiff" 7 7 # conflict-marker-style = "git"