1

I'm using coc.nvim with rust-analyzer, and it works fine. My problem is having the documentation window take up half the screen (as can be seen here)

I've tried to change its size from withing my init.vim file:

" Popup menu size
set pumwidth=20 " Adjust the width of the popup menu
set pumheight=15 " Adjust the height of the popup menu

But this only changes the autocomplete options window/popup menu.

How do I change the size of the documentation popup from coc-settings.json?

Thanks

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.