Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit 9ac2138

Browse files
committed
fix: error padding on hover window
1 parent 079deb8 commit 9ac2138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/completion/hover.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ local function callback_function(_, method, result)
276276
align = 'left'
277277
end
278278
bufnr, winnr = fancy_floating_markdown(markdown_lines, {
279-
pad_left = 1; pad_right = 1;
279+
pad_left = 0; pad_right = 1;
280280
col = position['col']; width = position['width']; row = position['row']-1;
281281
align = align
282282
})

0 commit comments

Comments
 (0)