That window is called preview window, which can be controlled by setting completeopt. It can be disabled by setting the following:
set completeopt-=preview
You can also close any preview window via C-w z
My settings are:
set completeopt=longest,menuone
Detailed instructions can be found at:
help:completeopt
help:preview-window
That window is called preview window, which can be controlled by setting completeopt. It can be disabled by setting the following:
set completeopt-=preview
You can also close any preview window via C-w z
My settings are:
set completeopt=longest,menuone
Detailed instructions can be found at:
help:completeopt
help:preview-window