diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index c5e2d3e..51efb35 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -119,6 +119,9 @@ cmp.setup { }, documentation = { border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + max_width = 50, + max_height = 80, + }, experimental = { ghost_text = false,