0

I'm using neovim on my local machine for few years now and my inlay hint are like that :

enter image description here

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 :

enter image description here

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)

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.