How I have to config Vim so with just pressing (in normal mode) ;
the ;
is set at the end of the line?
So
console.log('foo')
Becomes
console.log('foo');
Wherever you have the cursor in the line.
I know the combination would be shift + A + ;+Esc