There was an error while loading. Please reload this page.
2 parents 2ab8883 + 68c510e commit 68c6961Copy full SHA for 68c6961
1 file changed
lua/mcphub/utils/ui.lua
@@ -87,7 +87,7 @@ function M.multiline_input(title, content, on_save, opts)
87
local row = cursor[1] - 1
88
vim.api.nvim_buf_set_extmark(bufnr, ns, row, 0, {
89
virt_text = { { "[<i> Edit, <Cr> Save]", "Comment" } },
90
- virt_text_pos = "right_align",
+ virt_text_pos = "eol",
91
})
92
end
93
0 commit comments