The VSCodeVim team prioritizes issues based on reaction count.
BUG REPORT:
Environment:
What happened:
Easymotions characters are displayed behind text. It's annoying because instead go fast to some place
you have to stop and focus on easymotion character

What did you expect to happen:
Display easymotion characters on top of text
How to reproduce it:
use any of easy motion
I can't replicate this. Could you give some information on what other plugins you have installed, the file you're doing it in , etc?
This is fragment of *.vue file and I use Vetur extension. I didn't mention that before but I have altered default settings to something like that:
"vim.easymotionMarkerFontSize": "24",
"vim.easymotionMarkerWidthPerChar": 15,
"vim.easymotionMarkerHeight": 20,
"vim.easymotionMarkerYOffset": 18
default font size was to small for me
It is not a big deal.. I created this issue hoping that maybe changing z-index will fix it
Edit:
it seems that file extension doesn't matter. same problem in exists in other files like. js, html, cs
I can confirm the same issue
@ppasieka Thanks for your report. I confirmed the strange label rendering, and found how to fix it!

Most helpful comment
@ppasieka Thanks for your report. I confirmed the strange label rendering, and found how to fix it!