Keep an eye on those revision descriptions.

Compare changes

Choose any two refs to compare.

Changed files
+7 -1
+7 -1
README.md
··· 54 54 ```lua 55 55 { 56 56 'https://tangled.org/bpavuk.neocities.org/jj-log.nvim', 57 - opts = {}, 57 + opts = { 58 + -- these are default options 59 + out_waiting = "...", 60 + out_no_jj_repo = "~no_jj_repo~", 61 + out_no_desc = "~no_desc~", 62 + max_desc_length = 47, -- including truncation dots, that's 50 63 + }, 58 64 } 59 65 ``` 60 66