hrsh7th / nvim-cmp

A completion plugin for neovim coded in Lua.
MIT License
7.45k stars 370 forks source link

[Question]: max_height for completion window #1850

Closed JarKz closed 3 months ago

JarKz commented 3 months ago

Is it possible to set max_height for completion window? I can't see this option in documentation and can't set it.

I know about max_view_entries, but it is not what I want, because I want to see all possible completions with scrolling.

If it doesn't exists then can I add it? Maybe I'm not alone, who wants to get this functionality.

JarKz commented 3 months ago

Nevermind, I found answer. See #634.