fix(readme): Rewrite it for clarity and hopefully better highlighting of

what jj.nvim is able to do
This commit is contained in:
NicolasGB
2026-02-24 18:18:59 +01:00
parent bbba4051c8
commit 3c66dc6fdb
3 changed files with 441 additions and 457 deletions
+1 -1
View File
@@ -979,7 +979,7 @@ function M.handle_log_summary()
for _, line in ipairs(lines) do
max_width = math.max(max_width, vim.fn.strdisplaywidth(line))
end
local width = math.min(max_width + 2, vim.o.columns - 4)
local width = math.min(max_width + 2, 100)
local height = #lines
local buf, _ = terminal.run_tooltip(cmd, {