Problem
After searching (/) and navigating (n/N), some users want the highlighting to go away.
Solution
Keep the highlighting around (like vim does by default), but then disable it (call :noh) when the cursor is moved.
Features
This should be settable via a plugin option and should also be toggleable (enable/disable/toggle) in real time with commands.
References
Reference plugin for non-neovim
Reference implementation