Skip to content

Commit a604965

Browse files
committed
fix(help): fix help table being wrapped
1 parent d2447ed commit a604965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/opencode/api.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ function M.help()
466466
return
467467
end
468468

469-
local max_desc_length = vim.api.nvim_win_get_width(state.windows.output_win) - 22
469+
local max_desc_length = vim.api.nvim_win_get_width(state.windows.output_win) - 30
470470

471471
local sorted_commands = vim.tbl_keys(M.commands)
472472
table.sort(sorted_commands)

0 commit comments

Comments
 (0)