How to show the full message rather than truncated one in Vim?

865 views Asked by At

I'm new to Vim. When I use Vim to write Go with vim-go plugin, I found it can mark the statements that go wrong. But what confuses me is that the message on the status bar(or command line?) is truncated and sometimes I couldn't see the whole message. I've tried :messages cmd, and tried to :set cmdheight=5, they just wouldn't work as I expected. Could anyone tell me how to show the full message?

A gopls detection example

0

There are 0 answers