I'm using neovim on my local machine for few years now and my inlay hint are like that :
The hint is on the right of the line : y = foo(3) : int
Now I installed nvim on a new VM with --as far as I checked-- the same configuration files.
The inlay hints are like that :
The hint is now inside the line, just after the variable : y: int = foo(3).
It may be due to a change of coc version (?)
QUESTION : Is there a setting somewhere to force the type hint on the right of the line ? (as in the first screenshot)

