Options to modify cursor style

Thanks @curtismchale this was exactly what I needed

also changing width like said in discord worked perfectly, in this way:

.CodeMirror-cursor { 
   width: 9px !important; 
}