The FAQ provides a snippet for hiding diagflow messages while in insert mode. If the LSP loads after or during your first insert, diagflow messages will appear while in insert mode and hide while outside of insert mode -- the opposite of what's desired. I've hacked together a very simple workaround that fits my use-case here. I split toggle_event into enable_event and disable_event. I'm curious about a more permanent solution. :)
The FAQ provides a snippet for hiding diagflow messages while in insert mode. If the LSP loads after or during your first insert, diagflow messages will appear while in insert mode and hide while outside of insert mode -- the opposite of what's desired. I've hacked together a very simple workaround that fits my use-case here. I split
toggle_eventintoenable_eventanddisable_event. I'm curious about a more permanent solution. :)