Skip to content

Commit 68c510e

Browse files
committed
fix(marketplace): set hint text at eol
1 parent 2a21c36 commit 68c510e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/mcphub/utils/ui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function M.multiline_input(title, content, on_save, opts)
8787
local row = cursor[1] - 1
8888
vim.api.nvim_buf_set_extmark(bufnr, ns, row, 0, {
8989
virt_text = { { "[<i> Edit, <Cr> Save]", "Comment" } },
90-
virt_text_pos = "right_align",
90+
virt_text_pos = "eol",
9191
})
9292
end
9393
end

0 commit comments

Comments
 (0)