prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.1k stars 304 forks source link

feat: Just echo message without truncation #1501

Open FuDesign2008 opened 11 months ago

FuDesign2008 commented 11 months ago

The echo message should not be truncated, Just show the message.

When truncated WX20231010-141635@2x

When show the full message WX20231010-142100@2x

prabirshrestha commented 11 months ago

What happens if there are 3 lines of messages?

one of the reasons I added this is to handle very large messages.