Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lua/cmp/view/docs_view.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ docs_view.open = function(self, e, view)
local opts = {
max_width = max_width - border_info.horiz,
}
opts.wrap_at = opts.max_width
if documentation.max_height > 0 then
opts.max_height = documentation.max_height
end
Expand All @@ -71,6 +72,7 @@ docs_view.open = function(self, e, view)
local opts = {
max_width = max_width - border_info.horiz,
}
opts.wrap_at = opts.max_width
if documentation.max_height > 0 then
opts.max_height = documentation.max_height - border_info.vert
end
Expand Down