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

Commit 838bf77

Browse files
Update hover.lua
1 parent 75c31b2 commit 838bf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/completion/hover.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ local make_floating_popup_options = function(width, height, opts)
9292
focusable = false,
9393
style = 'minimal',
9494
width = width,
95-
border = vim.g.completion_popup_border or default_border
95+
border = vim.g.completion_popup_border or default_border
9696
}
9797
end
9898

0 commit comments

Comments
 (0)