Skip to content

Commit 68c6961

Browse files
committed
Merge branch 'main' into make-tools
2 parents 2ab8883 + 68c510e commit 68c6961

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)