We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2447ed commit a604965Copy full SHA for a604965
1 file changed
lua/opencode/api.lua
@@ -466,7 +466,7 @@ function M.help()
466
return
467
end
468
469
- local max_desc_length = vim.api.nvim_win_get_width(state.windows.output_win) - 22
+ local max_desc_length = vim.api.nvim_win_get_width(state.windows.output_win) - 30
470
471
local sorted_commands = vim.tbl_keys(M.commands)
472
table.sort(sorted_commands)
0 commit comments