neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.15k stars 953 forks source link

How to close the document window in insert mode? #5066

Closed Kaiser-Yang closed 6 days ago

Kaiser-Yang commented 6 days ago

I've tried to set this suggest.enableFloat to false but this only close the preview beside the pum menu.

I want to close the preview window when I'm inserting. For example, I want to disable the window above the sort:

423300eb0ce1878a3068096ce4ad8bd3

fannheyward commented 6 days ago

It's singnatureHelp, check :h coc-signature, you can set signature.target to echo to display it on messages view. Check :h coc-config-signature for more.

Kaiser-Yang commented 6 days ago

Thanks, that works.